mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 02:39:56 +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,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"esversion": 5,
|
||||
"freeze": true,
|
||||
"funcscope": true,
|
||||
"futurehostile": true,
|
||||
@ -11,8 +10,8 @@
|
||||
"nocomma": true,
|
||||
"nonbsp": true,
|
||||
"nonew": true,
|
||||
"predef": [ "define" ],
|
||||
"predef": ["define"],
|
||||
"strict": "implied",
|
||||
"undef": true,
|
||||
"unused": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user