chore(eslint): mark prettier rule violations as warnings instead of errors
All checks were successful
Actions / Build Plugins (pull_request) Successful in 41s
All checks were successful
Actions / Build Plugins (pull_request) Successful in 41s
This commit is contained in:
parent
0dac07adbf
commit
6e3ec417cb
1 changed files with 5 additions and 0 deletions
|
@ -12,4 +12,9 @@ export default [
|
|||
...tseslint.configs.recommended,
|
||||
pluginReact.configs.flat.recommended,
|
||||
pluginPrettierRecommended,
|
||||
{
|
||||
rules: {
|
||||
"prettier/prettier": "warning",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue