mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +00:00
parent
7e60593501
commit
4a609943f9
18
.jshintrc
18
.jshintrc
@ -1,4 +1,18 @@
|
|||||||
{
|
{
|
||||||
"validthis": true,
|
"bitwise": true,
|
||||||
"laxbreak": true
|
"curly": true,
|
||||||
|
"eqeqeq": true,
|
||||||
|
"esversion": 5,
|
||||||
|
"freeze": true,
|
||||||
|
"funcscope": true,
|
||||||
|
"futurehostile": true,
|
||||||
|
"latedef": true,
|
||||||
|
"noarg": true,
|
||||||
|
"nocomma": true,
|
||||||
|
"nonbsp": true,
|
||||||
|
"nonew": true,
|
||||||
|
"predef": [ "define" ],
|
||||||
|
"strict": "implied",
|
||||||
|
"undef": true,
|
||||||
|
"unused": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user