Skip to content

Commit eeea0d3

Browse files
committed
build: fix lint-staged config
1 parent 3e82026 commit eeea0d3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,14 @@
128128
}
129129
},
130130
"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-
"git add"
139-
]
140-
}
131+
"{{platform,__test__}/**/*.js,samples/app/*.js}": [
132+
"prettier --write",
133+
"git add"
134+
],
135+
"docs/src/**/*.js": [
136+
"npm run build:docs",
137+
"git add"
138+
]
141139
},
142140
"config": {
143141
"commitizen": {

0 commit comments

Comments
 (0)