Skip to content

Commit 18a6046

Browse files
committed
fix: remove commented code
1 parent ffa3429 commit 18a6046

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

compose/neurosynth-frontend/eslint.config.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import eslintPrettier from 'eslint-plugin-prettier/recommended';
77
import globals from 'globals';
88
import eslintReactRefresh from 'eslint-plugin-react-refresh';
99

10-
// export default [npm rueslint.configs.recommended, ...teslint.configs.recommended, abc.configs.recommended];
11-
1210
export default [
1311
eslint.configs.recommended,
1412
...teslint.configs.recommended,
@@ -38,29 +36,3 @@ export default [
3836
},
3937
},
4038
];
41-
42-
// export default teslint.config(
43-
// eslint.configs.recommended,
44-
// ...teslint.configs.recommended
45-
// // ...reactHooksRecommended.configs.recommended
46-
// );
47-
// ...reactHooksRecommended.configs.recommended,
48-
// ...cypressRecommended.configs.recommended,
49-
// ...prettierRecommended.configs.recommended
50-
// {
51-
// plugins: {
52-
// 'react-refresh': reactRefresh,
53-
// prettier: prettierRecommended,
54-
// 'typescript-eslint': teslint,
55-
// },
56-
// rules: {
57-
// 'react-refresh/only-export-components': 'warn',
58-
// },
59-
// languageOptions: {
60-
// ecmaVersion: 2022,
61-
// globals: {
62-
// ...globals.browser,
63-
// },
64-
// },
65-
// parser: typescriptEslintParser,
66-
// },

0 commit comments

Comments
 (0)