solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
216 stars 26 forks source link

Failed to load config "plugin:solid/recommended" #1

Closed OysterD3 closed 2 years ago

OysterD3 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Expected behavior

Screenshots image

Desktop (please complete the following information):

Additional context Configuration

{
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "solid",
      "prettier"
    ],
    "extends": [
      "eslint:recommended",
      "plugin:solid/recommended"
    ]
 }
joshwilsonvu commented 2 years ago

Thanks for the report, appreciate you trying it out! I'll look into this later today.

joshwilsonvu commented 2 years ago

This should be addressed now in 0.1.2! Thanks again for the report.