Browse Source

fix: lint-staged duplicated config

close #5860
pull/5866/head
偏右 6 years ago
committed by GitHub
parent
commit
d4e638e0a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

3
package.json

@ -49,8 +49,7 @@
"prettier --write",
"git add"
],
"**/*.{js,jsx}": "npm run lint-staged:js",
"**/*.{js,ts,tsx}": "npm run lint-staged:js"
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js"
},
"browserslist": [
"> 1%",

Loading…
Cancel
Save