We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383e671 commit 2322c55Copy full SHA for 2322c55
.coffeelintignore
coffeelint.json
@@ -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
21
22
+ "no_unnecessary_double_quotes":{
23
24
25
+ "no_interpolation_in_single_quotes":{
26
27
+ }
28
+}
0 commit comments