aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eslint.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js
index af6976e..3c33157 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: true,
+ react: false,
typescript: true,
gitignore: true,
toml: false,