This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openmct
Watch
1
Star
0
Fork
0
You've already forked openmct
mirror of
https://github.com/nasa/openmct.git
synced
2024-12-19 05:07:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0b79ec1235
openmct
/
.jscsrc
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Build] Add code style checks
2016-01-28 22:33:57 +00:00
{
[Code Style] Add JSHint rules Add JSHint rules to complement allowing multiple var statements, https://github.com/nasa/openmct/issues/142#issuecomment-212187972 [Code Style] Require one decl per var [Code Style] Don't require separate var decls ...but allow them (for compatibility with existing code style) [Code Style] Allow var decl after start of scope [Code Style] Enforce codestyle during verify task
2016-05-12 22:32:38 +00:00
"preset": "crockford",
"requireMultipleVarDecl": false,
"requireVarDeclFirst": false
[Build] Add code style checks
2016-01-28 22:33:57 +00:00
}
Reference in New Issue
Copy Permalink