You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: