Files
angular.js/.eslintrc-node.json
Michał Gołębiowski b1bc25169e chore(*): switch from JSHint/JSCS to ESLint
Partially cherry-picked from c3220325a0

Ref #14952

Closes #14993
2016-08-08 13:53:52 +03:00

9 lines
97 B
JSON

{
"extends": "./.eslintrc-base.json",
"env": {
"browser": false,
"node": true
}
}