Skip to content

Commit 2322c55

Browse files
committed
fixing examples and website
1 parent 383e671 commit 2322c55

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.coffeelintignore

Whitespace-only changes.

coffeelint.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"no_trailing_whitespace": {
3+
"allowed_in_comments": true
4+
},
5+
"max_line_length": {
6+
"value": 256,
7+
"level": "warn",
8+
"limitComments": false
9+
},
10+
"camel_case_classes": {
11+
"level": "error"
12+
},
13+
"no_plusplus": {
14+
"level": "ignore"
15+
},
16+
"no_throwing_strings": {
17+
"level": "warn"
18+
},
19+
"no_unnecessary_fat_arrows":{
20+
"level": "error"
21+
},
22+
"no_unnecessary_double_quotes":{
23+
"level": "ignore"
24+
},
25+
"no_interpolation_in_single_quotes":{
26+
"level": "error"
27+
}
28+
}

0 commit comments

Comments
 (0)