Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 1c34654

Browse files
committed
chore: configure eslint
1 parent 0b83af4 commit 1c34654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node": true
44
},
55
"parserOptions": {
6-
"ecmaVersion": "2018",
6+
"ecmaVersion": 2018,
77
"sourceType": "module"
88
},
99
"plugins": ["prettier"],
@@ -15,6 +15,7 @@
1515
"parser": "flow"
1616
}
1717
],
18+
"no-shadow": "error",
1819
"no-undef": "error",
1920
"no-unused-vars": ["error", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }]
2021
},

0 commit comments

Comments
 (0)