Add coffeelint config file
This commit is contained in:
parent
ce503cb80a
commit
e471642003
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"indentation" : {
|
||||
"level" : "error",
|
||||
"value" : 4
|
||||
},
|
||||
"line_endings" : {
|
||||
"value" : "unix",
|
||||
"level" : "error"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue