remove .jsintrc

This commit is contained in:
Damien CORNEAU 2016-07-20 08:48:58 +09:00
parent 0364ad48d0
commit e1b389fa8e

View file

@ -1,38 +0,0 @@
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"shadow": "inner",
"regexp": true,
"undef": true,
"unused": "vars",
"strict": true,
"trailing": true,
"smarttabs": true,
"jasmine": true,
"predef": [ "inject" ],
"globals": {
"angular": false,
"_": false,
"jQuery": false,
"hljs": false,
"confirm": false,
"alert": false,
"nv": false,
"ace": false,
"d3": false,
"BootstrapDialog": false,
"Handsontable": false,
"moment": false
}
}