Skip to content

Commit

Permalink
feat: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqi committed Nov 8, 2022
1 parent c45d6f1 commit 1dfde19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function App() {
return (
<div className="App">
<h1>husky test</h1>
<span>test</span>
</div>
);
}
Expand Down

0 comments on commit 1dfde19

Please sign in to comment.