Skip to content

Commit c6d1f97

Browse files
Merge pull request #88 from shelfio/remove-circleci-config
Remove CircleCI configuration
2 parents 62fff94 + c290549 commit c6d1f97

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
@@ -26,11 +26,6 @@
2626
"test": "TZ=UTC jest src",
2727
"type-check": "tsc --noEmit"
2828
},
29-
"lint-staged": {
30-
"*.{html,md,yml}": "prettier --write",
31-
"*.{ts,js,json,tsx,jsx}": "eslint --fix",
32-
".circleci/config.yml": ".husky/validate-circleci-config.sh"
33-
},
3429
"prettier": "@shelf/prettier-config",
3530
"devDependencies": {
3631
"@shelf/eslint-config": "4.2.1",
@@ -72,5 +67,9 @@
7267
"path": "lib/index.js",
7368
"limit": "425 B"
7469
}
75-
]
70+
],
71+
"lint-staged": {
72+
"*.{html,md,yml}": "prettier --write",
73+
"*.{ts,js,json,tsx,jsx}": "eslint --fix"
74+
}
7675
}

0 commit comments

Comments
 (0)