diff options
Diffstat (limited to 'eslint.config.js')
-rw-r--r-- | eslint.config.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eslint.config.js b/eslint.config.js index 015078e..af6976e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,7 +2,7 @@ import petal from '@flowr/eslint-config'; export default petal({ astro: true, - react: false, + react: true, typescript: true, gitignore: true, toml: false, @@ -20,13 +20,4 @@ export default petal({ 'apps/desktop/src/commands.ts', '**/.next/**', ], - overrides: { - astro: { - 'style/jsx-one-expression-per-line': 'off', - 'style/jsx-indent': 'off', - 'style/jsx-closing-bracket-location': 'off', - 'style/jsx-tag-spacing': 'off', - 'style/indent': 'off', - }, - }, }); |