Skip to content

Commit

Permalink
Clean config
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Oct 12, 2024
1 parent 0db84ab commit ecc0573
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@ import js from '@eslint/js';
import ts from 'typescript-eslint';

export default ts.config(
{
ignores: [
'node_modules/*',
'build',
'!src/*.js',
],
},
js.configs.recommended,
...ts.configs.recommended,
{
languageOptions: {
ecmaVersion: 2024,
sourceType: 'module',
globals: {
process: 'readonly',
},
},
rules: {
'@typescript-eslint/no-unsafe-member-access': 'off',
Expand Down

0 comments on commit ecc0573

Please sign in to comment.