Skip to content

Commit 1026b1f

Browse files
authored
Merge pull request #266 from shelfio/remove-circleci-config
Remove CircleCI configuration
2 parents 301d29f + 3af7e39 commit 1026b1f

File tree

2 files changed

+8
-39
lines changed

2 files changed

+8
-39
lines changed

.circleci/config.yml

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
"type-check": "tsc --noEmit",
2929
"type-check:watch": "npm run type-check -- --watch"
3030
},
31-
"lint-staged": {
32-
"*.{html,md,yml}": [
33-
"prettier --write"
34-
],
35-
"*.{js,ts,json}": [
36-
"eslint --fix"
37-
]
38-
},
3931
"prettier": "@shelf/prettier-config",
4032
"dependencies": {
4133
"entities": "5.0.0",
@@ -69,5 +61,13 @@
6961
},
7062
"publishConfig": {
7163
"access": "public"
64+
},
65+
"lint-staged": {
66+
"*.{html,md,yml}": [
67+
"prettier --write"
68+
],
69+
"*.{js,ts,json}": [
70+
"eslint --fix"
71+
]
7272
}
7373
}

0 commit comments

Comments
 (0)