We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 301d29f + 3af7e39 commit 1026b1fCopy full SHA for 1026b1f
.circleci/config.yml
package.json
@@ -28,14 +28,6 @@
28
"type-check": "tsc --noEmit",
29
"type-check:watch": "npm run type-check -- --watch"
30
},
31
- "lint-staged": {
32
- "*.{html,md,yml}": [
33
- "prettier --write"
34
- ],
35
- "*.{js,ts,json}": [
36
- "eslint --fix"
37
- ]
38
- },
39
"prettier": "@shelf/prettier-config",
40
"dependencies": {
41
"entities": "5.0.0",
@@ -69,5 +61,13 @@
69
61
70
62
"publishConfig": {
71
63
"access": "public"
64
+ },
65
+ "lint-staged": {
66
+ "*.{html,md,yml}": [
67
+ "prettier --write"
68
+ ],
+ "*.{js,ts,json}": [
+ "eslint --fix"
+ ]
72
}
73
0 commit comments