From 1dfde19cd572a64c84b2677727fdc0f454f380c3 Mon Sep 17 00:00:00 2001 From: shiqi Date: Tue, 8 Nov 2022 17:43:23 +0800 Subject: [PATCH] feat: add .editorconfig --- .eslintrc.cjs | 2 +- src/App.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 316e26c..290dbe2 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -23,6 +23,6 @@ module.exports = { "rules": { "Missing semicolon.eslint": 0, "react/react-in-jsx-scope": "off", - "no-unused-vars": 2 + "no-unused-vars": 1 } } diff --git a/src/App.tsx b/src/App.tsx index 1615476..1d5d7a8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ function App() { return (

husky test

+ test
); }