Skip to content

Commit 278749e

Browse files
committed
move throwing strings errors to warnings
1 parent cefb292 commit 278749e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coffeelint.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"max_line_length": {
33
"level": "ignore"
4+
},
5+
"no_throwing_strings": {
6+
"level": "warn"
47
}
58
}

0 commit comments

Comments
 (0)