Skip to content

Commit

Permalink
chore: fix lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-moreira-brisa committed Apr 8, 2024
1 parent 64b0015 commit b3da66a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .lintstagedrc.json

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
"test:coverage": "jest -i --coverage",
"test:watch": "jest -i --watchAll",
"prepare": "husky install",
"lint-staged": "lint-staged",
"commit": "git-cz",
"chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN"
},
"lint-staged": {
"src/**/*.+(js|jsx|ts|tsx|md|mdx|yml|yaml)": [
"eslint --fix",
"prettier --write",
"yarn test --findRelatedTests --bail --passWithNoTests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/iurynogueira/ion-react.git"
Expand Down

0 comments on commit b3da66a

Please sign in to comment.