Closed gotbahn closed 3 years ago
Also I mentioned that plugins brake functionality, I have next error
ESLint plugin: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 2 column 1 path $
my config is
{
"plugins": [
"dollar-sign"
],
"rules": {
"dollar-sign/dollar-sign": [2, "ignoreProperties"]
}
}
Hello, thank you for awesome plugin. I have a question about using plugins with it.
As example I'm using https://www.npmjs.com/package/eslint-plugin-dollar-sign, which is non recognisable by eslint-plugin in phpStorm. Is it possible to configure it somehow?