-
Notifications
You must be signed in to change notification settings - Fork 3
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
--stdin-filename attribute is not used now #3
Comments
Can't help, don't know what's problem with your stylelint. |
This is a link on repository with project example with configurated stylelint for lit-element and .vimrc config for last version of neovim. In neovim i have got an error: In previos version of coc-styleint this extension works well, after i adds "onLanguage:javascript" to package.json and "javascript" to selector array in index.ts |
@chemzqm It seems to be ignoring my Here is my |
Please adds --stdin-filename to stylelint call for solve problem with stylelint and stylelint-processor-styled-components it use this attribute for ignoreFiles globs. |
Can't help, it uses https://github.com/shinnn/stylelint-vscode/blob/master/index.js, but I don't know how to make |
Im having the same issue - is there anything i need to do to fix the issue? |
Just installed coc; I'm seeing the same error.
|
I was able to fix the error by removing this extension and installing coc-stylelintplus - https://github.com/bmatcuk/coc-stylelintplus |
Need some rework. |
I have got an error: "[coc.nvim] stylelint: Undefined rule function-calc-no-invalid"
my eslint config like in this post
The text was updated successfully, but these errors were encountered: