mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
parent
7e60593501
commit
4a609943f9
18
.jshintrc
18
.jshintrc
@ -1,4 +1,18 @@
|
||||
{
|
||||
"validthis": true,
|
||||
"laxbreak": true
|
||||
"bitwise": 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…
Reference in New Issue
Block a user