xojs / eslint-config-xo-typescript

ESLint shareable config for TypeScript to be used with eslint-config-xo
MIT License
171 stars 25 forks source link

Configuration for rule "@typescript-eslint/consistent-type-imports" is invalid: Value {"fixStyle":"inline-type-imports"} should NOT have additional properties. #65

Closed kenberkeley closed 2 years ago

kenberkeley commented 2 years ago
> eslint .

Oops! Something went wrong! :(

ESLint: 8.26.0

Error: .eslintrc.js » eslint-config-xo-typescript/space » /path-to-project/node_modules/.pnpm/eslint-config-xo-typescript@0.55.0_fnpynoozaw6u3kufovyuuncmou/node_modules/eslint-config-xo-typescript/index.js:
        Configuration for rule "@typescript-eslint/consistent-type-imports" is invalid:
        Value {"fixStyle":"inline-type-imports"} should NOT have additional properties.

Versions:

kenberkeley commented 2 years ago

Updating to ESLint 8.28.0 solved this issue.