clutchski/coffeelint

How do I configure it?

Closed this issue · 1 comments

afuno commented

I have created a configuration file:

coffeelint --makeconfig > /Users/user_name/.atom/coffeelint.json

I changed the value of the recommended length of a line.

Default settings:

"max_line_length": {
	"value": 80,
	"level": "error",
	"limitComments": true
}

I replaced at it:

"max_line_length": {
	"value": 140,
	"level": "warn",
	"limitComments": true
}

How to setup? What am I doing wrong?

afuno commented

Okay. The file should be placed in the project root.