Skip to content

Commit ff2f018

Browse files
Merge pull request #72 from shelfio/remove-circleci-config
Remove CircleCI configuration
2 parents 2fdc9bd + 9f0410b commit ff2f018

File tree

3 files changed

+5
-50
lines changed

3 files changed

+5
-50
lines changed

.circleci/config.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.husky/validate-circleci-config.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
2828
"type-check": "tsc --noEmit"
2929
},
30-
"lint-staged": {
31-
"*.{html,md,yml}": "prettier --write",
32-
"*.{js,ts,json}": "eslint --fix",
33-
".circleci/config.yml": ".husky/validate-circleci-config.sh"
34-
},
3530
"prettier": "@shelf/prettier-config",
3631
"jest": {
3732
"coverageThreshold": {
@@ -71,5 +66,9 @@
7166
"path": "lib/index.js",
7267
"limit": "350 B"
7368
}
74-
]
69+
],
70+
"lint-staged": {
71+
"*.{html,md,yml}": "prettier --write",
72+
"*.{js,ts,json}": "eslint --fix"
73+
}
7574
}

0 commit comments

Comments
 (0)