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

Linter does not respect extends #2

Open
daviddm opened this issue Oct 19, 2017 · 3 comments
Open

Linter does not respect extends #2

daviddm opened this issue Oct 19, 2017 · 3 comments

Comments

@daviddm
Copy link

daviddm commented Oct 19, 2017

When using the VS Code extension in combination with a coffeelint.json that extends our own node module with linter rules.

coffeelint.json

{
    "extends": "@ttab/coffeescript-style"
}

The result is that the default rules from the extension is applied.

@lkytal
Copy link
Owner

lkytal commented Jan 19, 2018

Please let me know whether version 1.3.0 addressed this problem.

@marcghorayeb
Copy link

marcghorayeb commented Jun 14, 2018

Hello @lkytal,
Allow me to jump in the discussion. This issue is still happening on 1.4.0
My current setup is:
A common coffeelint.json installed via npm (node_modules/my_common_config/coffeelint.json)
And a coffeelint.json at the root of my workspace with

{
    "extends": "node_modules/my_common_config/coffeelint.json"
}

Unfortunately, this does not work.

@hdavidzhu
Copy link
Contributor

Something like #11 may resolve your current issue

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

4 participants