mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove .jsintrc
This commit is contained in:
parent
0364ad48d0
commit
e1b389fa8e
1 changed files with 0 additions and 38 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue