Skip to content

Commit

Permalink
chore: add lintstaged configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Oct 26, 2023
1 parent 8d39728 commit 52c8a3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"*.{css,scss}": [
"stylelint"
],
"*.{js,jsx,ts,tsx}": [
"eslint "
]
}

0 comments on commit 52c8a3a

Please sign in to comment.