Don't cascade .eslintrc

eslint will automatically merge .eslintrc files in the parent folder without "root": true
This commit is contained in:
Kevin Barabash
2017-01-12 22:53:10 -05:00
committed by GitHub
parent c56de9e323
commit 56f3d1db47

View File

@@ -80,5 +80,6 @@
"node": true,
"browser": true
},
"extends": "eslint:recommended"
"extends": "eslint:recommended",
"root": true
}