diff options
author | Pauline <git@ethanlibs.co> | 2023-12-26 16:44:14 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-26 18:22:39 +0100 |
commit | ae4afbb2af686e10feb7518cd2e5f4a4e94503bf (patch) | |
tree | 242bd118f77603370a222f2434337532a02ce051 /eslint.config.js | |
parent | 6db9917e7d2ffaa1a9e08c326c0ac8736332823c (diff) | |
download | Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.gz Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.bz2 Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.zip |
chore(deps): bump and use patched lint
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', - }, - }, }); |