mediawiki-extensions-Visual.../build/.eslintrc.json
Ed Sanders a866678c36 build: Update eslint to 0.4.0 and make pass
Change-Id: Id02a26bad70504cfe90bee6aab0fa3ea646b15d7
2017-05-04 21:28:17 +00:00

11 lines
123 B
JSON

{
"extends": "../.eslintrc.json",
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 6
}
}