Skip to content

Commit

Permalink
feat: add eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Dec 14, 2023
1 parent 890cff1 commit 0570993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"src/**/*.{ts,tsx,css}": [
"yarn format"
"yarn format",
"yarn lint"
]
}

0 comments on commit 0570993

Please sign in to comment.