mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Setting jshint strict:false explicitly
This commit is contained in:
parent
ee17af7fed
commit
de2e39fd96
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"globals": {
|
"globals": {
|
||||||
"define": true,
|
"define": true,
|
||||||
"require": true
|
"require": true
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -34,6 +34,7 @@
|
|||||||
"eqeqeq": false,
|
"eqeqeq": false,
|
||||||
"latedef": true,
|
"latedef": true,
|
||||||
"unused": "vars",
|
"unused": "vars",
|
||||||
|
"strict": false,
|
||||||
|
|
||||||
/* Relaxing options: */
|
/* Relaxing options: */
|
||||||
"eqnull": true
|
"eqnull": true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user