We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd17ca commit ae9d6b1Copy full SHA for ae9d6b1
website/eslint.config.mjs
@@ -13,6 +13,7 @@ export default tseslint.config(
13
...tseslint.configs.strictTypeChecked,
14
...tseslint.configs.stylisticTypeChecked,
15
eslintPluginReact.configs.flat.recommended,
16
+ eslintPluginPrettierRecommended,
17
{
18
languageOptions: {
19
parserOptions: {
@@ -32,7 +33,6 @@ export default tseslint.config(
32
33
plugins: {
34
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
35
'react-hooks': eslintPluginReactHooks,
- prettier: eslintPluginPrettierRecommended,
36
},
37
38
0 commit comments