From 1e2d7c24942ee056d3e269217ab7d24a21f83120 Mon Sep 17 00:00:00 2001 From: Arthur Rezende Date: Sat, 27 Jul 2024 23:52:30 -0300 Subject: [PATCH] feat: wip --- eslint.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index ae614bc..b05424f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,3 @@ import { verful } from './dist/index.js' -export default verful({ - react: true, - typescript: true, -}) +export default verful()