We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087ca16 commit 5c4c7cbCopy full SHA for 5c4c7cb
.eslintrc.json
@@ -1,17 +1,17 @@
1
{
2
- "env": {
3
- "commonjs": true,
4
- "es6": true,
5
- "node": true
6
- },
7
- "extends": "eslint:recommended",
8
- "globals": {
9
- "Atomics": "readonly",
10
- "SharedArrayBuffer": "readonly"
11
12
- "parserOptions": {
13
- "ecmaVersion": 2018
14
15
- "rules": {
16
- }
17
-}
+ "root": true,
+ "env": {
+ "commonjs": true,
+ "es6": true,
+ "node": true
+ },
+ "extends": "eslint:recommended",
+ "globals": {
+ "Atomics": "readonly",
+ "SharedArrayBuffer": "readonly"
+ "parserOptions": {
+ "ecmaVersion": 2018
+ "rules": {}
+}
0 commit comments