Add jsonlint dependency.

This commit is contained in:
Alexis Lahouze 2016-10-14 18:18:48 +02:00
parent 0c54e12445
commit 658ac455d2
1 changed files with 0 additions and 20 deletions

View File

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