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

Commit 08b4575

Browse files
committed
chore: change eslint config
1 parent e4309a7 commit 08b4575

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"es6": true
55
},
66
"parserOptions": {
7-
"ecmaVersion": "2018"
7+
"ecmaVersion": 2018
88
},
99
"plugins": ["prettier", "no-only-tests"],
1010
"rules": {
@@ -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
"no-only-tests/no-only-tests": [2]

0 commit comments

Comments
 (0)