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
When the vscode compiler autosaves 'style/brace-style' Doesn't work;Trying to use '@stylistic/ts/ string-style 'or 'style/ts/ string-style' will work, but eslint. --fix will give TypeError: Key "rules": Key "style/ts/brace-style": Could not find "ts/brace-style" in plugin "style". Error;I wonder why this is the case
Currently I am trying to upgrade from "@antfu/eslint-config": "3.8.0" to "@antfu/eslint-config": "^4.5.1" but the issue still exists
Describe the bug
When the vscode compiler autosaves 'style/brace-style' Doesn't work;Trying to use '@stylistic/ts/ string-style 'or 'style/ts/ string-style' will work, but eslint. --fix will give TypeError: Key "rules": Key "style/ts/brace-style": Could not find "ts/brace-style" in plugin "style". Error;I wonder why this is the case
Currently I am trying to upgrade from "@antfu/eslint-config": "3.8.0" to "@antfu/eslint-config": "^4.5.1" but the issue still exists
Here is my filename and file configuration:
Reproduction
{ rules: { // '@stylistic/ts/brace-style': ['error', 'stroustrup', { allowSingleLine: true }], // 'style/ts/brace-style': ['error', 'stroustrup', { allowSingleLine: true }], 'style/brace-style': ['error', 'stroustrup', { allowSingleLine: true }], } }
System Info
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: