mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 00:23:54 +00:00
[Build] Remove esversion: 5 from lint cfg
...as this is apparently presumed.
This commit is contained in:
parent
4a609943f9
commit
91fb82d212
@ -2,7 +2,6 @@
|
|||||||
"bitwise": true,
|
"bitwise": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
"esversion": 5,
|
|
||||||
"freeze": true,
|
"freeze": true,
|
||||||
"funcscope": true,
|
"funcscope": true,
|
||||||
"futurehostile": true,
|
"futurehostile": true,
|
||||||
@ -11,8 +10,8 @@
|
|||||||
"nocomma": true,
|
"nocomma": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"nonew": true,
|
"nonew": true,
|
||||||
"predef": [ "define" ],
|
"predef": ["define"],
|
||||||
"strict": "implied",
|
"strict": "implied",
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": true
|
"unused": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user