Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coffeelint.defaultRules settings not respected after npm install #7

Open
brucedjones opened this issue Sep 20, 2018 · 0 comments
Open

Comments

@brucedjones
Copy link

I have set coffeelint.defaultRules in my user settings. This works as expected until I run npm install, now the settings I have in coffeelint.defaultRules are no long respected. After npm install I have the following files in my directory structure:

$ find . -name "coffeelint.json"
./node_modules/coffeelint/coffeelint.json
./node_modules/coffeelint-newline-after-function/coffeelint.json

I believe one of these files is taking precedent over my user settings. This is undesired, and according to the documentation, should not happen since I don't have a coffeelint.json in the root of my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant