Skip to content

Commit a0c0c72

Browse files
committed
tweaks for eslintrc
1 parent 6d61d13 commit a0c0c72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.eslintrc.js

.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
root: true,
23
extends: [
34
// https://eslint.org/docs/rules/
45
"eslint:recommended",
@@ -13,7 +14,9 @@ module.exports = {
1314
// > Make sure to put it last, so it gets the chance to override other configs.
1415
"prettier",
1516
],
16-
plugins: [],
17+
plugins: [
18+
"@typescript-eslint",
19+
],
1720
parser: "@typescript-eslint/parser",
1821
parserOptions: {
1922
project: "./tsconfig.json",

0 commit comments

Comments
 (0)