Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Nov 11, 2024
1 parent ffa3429 commit 18a6046
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions compose/neurosynth-frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import eslintPrettier from 'eslint-plugin-prettier/recommended';
import globals from 'globals';
import eslintReactRefresh from 'eslint-plugin-react-refresh';

// export default [npm rueslint.configs.recommended, ...teslint.configs.recommended, abc.configs.recommended];

export default [
eslint.configs.recommended,
...teslint.configs.recommended,
Expand Down Expand Up @@ -38,29 +36,3 @@ export default [
},
},
];

// export default teslint.config(
// eslint.configs.recommended,
// ...teslint.configs.recommended
// // ...reactHooksRecommended.configs.recommended
// );
// ...reactHooksRecommended.configs.recommended,
// ...cypressRecommended.configs.recommended,
// ...prettierRecommended.configs.recommended
// {
// plugins: {
// 'react-refresh': reactRefresh,
// prettier: prettierRecommended,
// 'typescript-eslint': teslint,
// },
// rules: {
// 'react-refresh/only-export-components': 'warn',
// },
// languageOptions: {
// ecmaVersion: 2022,
// globals: {
// ...globals.browser,
// },
// },
// parser: typescriptEslintParser,
// },

0 comments on commit 18a6046

Please sign in to comment.