You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESlint 8.20.0 дает Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead
Oops! Something went wrong! :(
ESLint: 8.56.0
Error: .eslintrc.js#overrides[1]:
Configuration for rule "@typescript-eslint/lines-between-class-members" is invalid:
Value {"exceptAfterSingleLine":true} should NOT have additional properties.
Value {"exceptAfterSingleLine":true} should be equal to one of the allowed values.
Value {"exceptAfterSingleLine":true} should match some schema in anyOf.
at ConfigValidator.validateRuleOptions (/.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2048:23)
at /.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2103:18
at Array.forEach (<anonymous>)
at ConfigValidator.validateRules (/.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2100:34)
at ConfigValidator.validateConfigArray (/.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2226:18)
at CascadingConfigArrayFactory._finalizeConfigArray (/.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3985:23)
at CascadingConfigArrayFactory.getConfigArrayForFile (/.../node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3791:21)
at FileEnumerator._iterateFilesRecursive (/.../node_modules/eslint/lib/cli-engine/file-enumerator.js:486:49)
at _iterateFilesRecursive.next (<anonymous>)
at FileEnumerator.iterateFiles (/.../node_modules/eslint/lib/cli-engine/file-enumerator.js:299:49)
Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead
до
дает
Пишут, что это правило deprecated, нужно использовать
@stylistic/ts/lines-between-class-members
Дальше пока не смотрел
The text was updated successfully, but these errors were encountered: