Skip to content

Commit 125537a

Browse files
authored
Merge pull request #16 from shelfio/remove-circleci-config
Remove CircleCI configuration and related files
2 parents e337bcb + 6b46289 commit 125537a

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

.husky/validate-circleci-config.sh

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

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@
3939
"lint": "yarn lint:ci --fix",
4040
"lint:ci": "eslint . --ext .js,.ts,.json"
4141
},
42-
"lint-staged": {
43-
"*.{html,md,yml}": [
44-
"prettier --write"
45-
],
46-
"*.{js,ts,json}": [
47-
"eslint --fix"
48-
],
49-
".circleci/config.yml": [
50-
".husky/validate-circleci-config.sh"
51-
]
52-
},
5342
"prettier": "@shelf/prettier-config",
5443
"dependencies": {
5544
"@betterer/betterer": "5.4.0",
@@ -82,5 +71,13 @@
8271
},
8372
"publishConfig": {
8473
"access": "public"
74+
},
75+
"lint-staged": {
76+
"*.{html,md,yml}": [
77+
"prettier --write"
78+
],
79+
"*.{js,ts,json}": [
80+
"eslint --fix"
81+
]
8582
}
8683
}

0 commit comments

Comments
 (0)