Skip to content

Commit

Permalink
NRNKO-6235: update lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelrss committed May 16, 2023
1 parent 9fe83fb commit a387165
Show file tree
Hide file tree
Showing 3 changed files with 1,493 additions and 3,821 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{scss,json}": ["prettier --write", "git add"],
"*.{js,jsx}": ["prettier --write", "eslint", "git add"]
"*.{scss,json}": ["prettier --write"],
"*.{js,jsx}": ["prettier --write", "eslint"]
}
Loading

0 comments on commit a387165

Please sign in to comment.