Skip to content

Commit

Permalink
Cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 22, 2024
1 parent e491b0f commit 4eb39ab
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,3 @@ export default tseslint.config(
settings: { react: { version: '18.3' } },
},
)


// import js from '@eslint/js'
// import globals from 'globals'
// import reactHooks from 'eslint-plugin-react-hooks'
// import reactRefresh from 'eslint-plugin-react-refresh'
// import tseslint from 'typescript-eslint'

// export default tseslint.config(
// {
// ignores: ['**/node_modules', 'dist/']
// },
// {
// extends: [js.configs.recommended, ...tseslint.configs.recommended],
// files: ['**/*.{ts,tsx}'],
// languageOptions: {
// ecmaVersion: 2020,
// globals: globals.browser,
// },
// plugins: {
// 'react-hooks': reactHooks,
// 'react-refresh': reactRefresh,
// },
// rules: {
// ...reactHooks.configs.recommended.rules,
// 'react-refresh/only-export-components': [
// 'warn',
// { allowConstantExport: true },
// ],
// },
// },
// )

0 comments on commit 4eb39ab

Please sign in to comment.