Skip to content

Commit

Permalink
chore(deps): dedupe again
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jul 22, 2024
1 parent abc9d9e commit b5dd848
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 200 deletions.
5 changes: 4 additions & 1 deletion packages/eslint-config-sheriff/src/getBaseConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import eslintRecommended from '@eslint/js';
import type { TSESLint } from '@typescript-eslint/utils';
import tseslint from 'typescript-eslint';
import unicorn from 'eslint-plugin-unicorn';
import sonarjs from 'eslint-plugin-sonarjs';
Expand All @@ -25,7 +26,9 @@ import { unicornHandPickedRules } from './handpickedRules/unicornHandPickedRules
import { getBaseEslintHandPickedRules } from './handpickedRules/getBaseEslintHandPickedRules';
import { getLanguageOptionsTypescript } from './utils/getLanguageOptionsTypescript';

export const getBaseConfig = (userConfigChoices: SheriffSettings) => {
export const getBaseConfig = (
userConfigChoices: SheriffSettings,
): TSESLint.FlatConfig.ConfigArray => {
const customTSConfigPath = userConfigChoices.pathsOverrides?.tsconfigLocation;
const { noRestrictedSyntaxOverride } = userConfigChoices;

Expand Down
Loading

0 comments on commit b5dd848

Please sign in to comment.