Skip to content
Snippets Groups Projects
Commit 4a2e012e authored by ezsh's avatar ezsh
Browse files

Update .jshintrc

Disable a couple of warnigns and allow undefined symbols
parent c162fde7
No related branches found
No related tags found
1 merge request!3467Linters suggestions
......@@ -5,8 +5,8 @@
"esversion": 6,
"eqeqeq": true,
"nocomma": true,
"undef": true,
"maxerr": 150,
"undef": false,
"maxerr": 250,
"unused": true,
"globals": {
"SugarCube": false,
......@@ -20,5 +20,7 @@
"prerender": true,
"postrender": true,
"postdisplay": true
}
},
"-W008": false,
"-W014": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment