Вынес настройки browserslist (autoprefixer ect.) в package.json
Showing
... | @@ -18,6 +18,10 @@ | ... | @@ -18,6 +18,10 @@ |
"lint-staged": "lint-staged", | "lint-staged": "lint-staged", | ||
"precommit": "lint-staged && gulp test:pug" | "precommit": "lint-staged && gulp test:pug" | ||
}, | }, | ||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions" | |||
], | |||
"lint-staged": { | "lint-staged": { | ||
"*.js": "editorconfig-cli", | "*.js": "editorconfig-cli", | ||
"*.pug": "editorconfig-cli", | "*.pug": "editorconfig-cli", | ||
... | ... |
Please
register
or
sign in
to comment