Skip to content

Commit eb7d6b1

Browse files
committed
Add root:true option to eslint config so that we don't inherit rules from parent configs
1 parent b9912dd commit eb7d6b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"experimentalObjectRestSpread": true,
1010
"modules": true
1111
},
12+
"root": true,
1213
"rules": {
1314
"babel/arrow-parens": [2, "always"],
1415
"no-underscore-dangle": 0,

0 commit comments

Comments
 (0)