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.
1 parent 3e82026 commit eeea0d3Copy full SHA for eeea0d3
package.json
@@ -128,16 +128,14 @@
128
}
129
},
130
"lint-staged": {
131
- "linters": {
132
- "{{platform,__test__}/**/*.js,samples/app/*.js}": [
133
- "prettier --write",
134
- "git add"
135
- ],
136
- "docs/src/**/*.js": [
137
- "npm run build:docs",
138
139
- ]
140
- }
+ "{{platform,__test__}/**/*.js,samples/app/*.js}": [
+ "prettier --write",
+ "git add"
+ ],
+ "docs/src/**/*.js": [
+ "npm run build:docs",
+ ]
141
142
"config": {
143
"commitizen": {
0 commit comments