Updated ESLint configuration files

- added "root" option to main config
- moved "env.commonjs" to root
master
Futago-za Ryuu 7 years ago
parent 10ec7f0576
commit 55bcaa46ef

@ -1,5 +1,9 @@
{
"extends": "dmajda",
"env": {
"commonjs": true
},
"root": true,
"rules": {
"linebreak-style": 0
}

@ -1,5 +0,0 @@
{
"env": {
"commonjs": true
}
}

@ -1,6 +1,5 @@
{
"env": {
"commonjs": true,
"mocha": true
}
}

Loading…
Cancel
Save