Skip to content

Commit

Permalink
feat: include package.json in lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 7, 2023
1 parent 0369aeb commit afd961c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
"eslint --fix --max-warnings 0",
"prettier --write",
],
"package.json": ["prettier --write"],
"src/**/*.{ts,tsx}": () => "tsc --noEmit",
};

0 comments on commit afd961c

Please sign in to comment.