Skip to content

Commit

Permalink
Merge branch 'master' into lint-script-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Apr 12, 2024
2 parents c83cf30 + 0b6ec16 commit dafc63b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 140 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
154 changes: 17 additions & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"@cypress/eslint-plugin-json": "3.2.1",
"condition-circle": "2.0.2",
"eslint": "^5.7.0",
"husky": "^3.0.0",
"husky": "^8.0.3",
"jest": "^24.8.0",
"semantic-release": "15.13.18"
},
"scripts": {
"precommit": "npm run lint",
"lint": "eslint \"*.js\" \"**/**/*.js\"",
"lint-fix": "npm run lint -- --fix",
"semantic-release": "semantic-release",
"start": "yarn run test-watch",
"test": "jest",
"test:v4": "npm i eslint@4.x && npm run test",
"test:v6": "npm i eslint@6.x && npm run test",
"test-watch": "jest --watchAll"
"test-watch": "jest --watchAll",
"prepare": "husky install"
},
"jest": {
"testMatch": [
Expand Down

0 comments on commit dafc63b

Please sign in to comment.