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
2025-01-18 10:46:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
111b241a15
openmct
/
.jscsrc
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Build] Add code style checks
2016-01-28 22:33:57 +00:00
{
[Code Style] Require one decl per var #142
2016-05-12 22:44:05 +00:00
"preset": "crockford",
[Code Style] Don't require separate var decls ...but allow them (for compatibility with existing code style)
2016-05-12 22:47:11 +00:00
"requireMultipleVarDecl": false
[Build] Add code style checks
2016-01-28 22:33:57 +00:00
}
Reference in New Issue
Copy Permalink