Skip to content

Commit

Permalink
Add root property to .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Nov 18, 2023
1 parent b5388f7 commit 289f32d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
Expand All @@ -11,7 +12,9 @@
"es6": true,
"node": true
},
"plugins": ["@typescript-eslint"],
"plugins": [
"@typescript-eslint"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module"
Expand All @@ -37,4 +40,4 @@
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/ban-types": 0
}
}
}
4 changes: 0 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 289f32d

Please sign in to comment.