Skip to content

Commit

Permalink
chore(repo): Update precommit call to eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 19, 2023
1 parent ed81d4f commit 3998f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,jsx,ts,tsx}": ["npx prettier --write", "npx eslint --fix"],
"*.{js,jsx,ts,tsx}": ["npx prettier --write", "npm run lint:fix"],
"*.{json,md,mdx}": ["npx prettier --write"]
}
1 change: 0 additions & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test:integration:base": "DEBUG=1 npx playwright test --config ./playwright.config.ts",
"test:integration:deployment:nextjs": "DEBUG=1 npx playwright test --config ./playwright.deployments.config.ts",
"test:integration:generic": "E2E_APP_ID=react.vite.* npm run test:integration:base -- --grep @generic",
Expand Down

0 comments on commit 3998f07

Please sign in to comment.