mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Lint for more styleguide errors
- Add more coffeelint rules to cover code style requirements from CONTRIBUTING.md
This commit is contained in:
@@ -13,5 +13,19 @@
|
||||
},
|
||||
"no_debugger": {
|
||||
"level": "error"
|
||||
},
|
||||
"prefer_english_operator": {
|
||||
"level": "error"
|
||||
},
|
||||
"colon_assignment_spacing": {
|
||||
"spacing": {
|
||||
"left": 0,
|
||||
"right": 1
|
||||
},
|
||||
"level": "error"
|
||||
},
|
||||
"braces_spacing": {
|
||||
"spaces": 0,
|
||||
"level": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user