FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
language-javascript/coffeelint.json at master · atom/language-javascript · GitHub
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
atom
/
language-javascript
Public archive
Notifications
You must be signed in to change notification settings
Fork
237
Star
198
Code
Issues
82
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
language-javascript
/
coffeelint.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (37 loc) · 607 Bytes
Breadcrumbs
language-javascript
/
coffeelint.json
Copy path
File metadata and controls
37 lines (37 loc) · 607 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"max_line_length"
: {
"level"
:
"
ignore
"
},
"no_empty_param_list"
: {
"level"
:
"
error
"
},
"arrow_spacing"
: {
"level"
:
"
error
"
},
"no_interpolation_in_single_quotes"
: {
"level"
:
"
error
"
},
"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
"
},
"spacing_after_comma"
: {
"level"
:
"
error
"
},
"no_stand_alone_at"
: {
"level"
:
"
error
"
}
}
Back
|
FazBrowse Home
|
New Git URL