accountant-ui/.eslintrc.json
2016-10-12 19:57:19 +02:00

21 lines
345 B
JSON

{
"extends": "google",
"installedESLint": true,
"rules": {
"indent": ["error", 4]
},
"plugins": [
"angular",
"html",
"jquery",
"security",
"this"
],
"globals": {
"angular": false,
"moment": false,
"Highcharts": false,
"$": false
}
}