Skip to content

Commit

Permalink
Eslint: Use non flat configuration
Browse files Browse the repository at this point in the history
The TypeScript Eslint version currently supported do not require the
flat configuration.
  • Loading branch information
widoz committed Aug 15, 2024
1 parent 54ef7fc commit 3906ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended-type-checked"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true,
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
"tsconfigRootDir": "./"
},
"plugins": [
"@typescript-eslint"
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

0 comments on commit 3906ff8

Please sign in to comment.