Skip to content

Commit

Permalink
chore: remove precommit stuff as same as other repos (#977)
Browse files Browse the repository at this point in the history
* chore: remove precommit

* remove lint-staged
  • Loading branch information
KazuCocoa authored Feb 4, 2024
1 parent 1b55ac6 commit 01d18ab
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"node": ">=14",
"npm": ">=8"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
},
"prettier": {
"bracketSpacing": false,
"printWidth": 100,
Expand Down Expand Up @@ -100,18 +95,12 @@
"lint": "eslint .",
"lint:server": "cd espresso-server && ./gradlew lint || cd ..",
"lint:fix": "npm run lint -- --fix",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-lint": "lint-staged",
"prepare": "npm run rebuild",
"test": "npm run test:node",
"test:node": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
"test:server": "cd espresso-server && ./gradlew test --stacktrace || cd ..",
"e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.js\""
},
"pre-commit": [
"precommit-msg",
"precommit-lint"
],
"peerDependencies": {
"appium": "^2.4.1"
},
Expand Down Expand Up @@ -146,9 +135,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-promise": "^6.1.1",
"lint-staged": "^15.0.1",
"mocha": "^10.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^5.0.0",
"semantic-release": "^23.0.0",
"sinon": "^17.0.0",
Expand Down

0 comments on commit 01d18ab

Please sign in to comment.