|
|
@ -15,10 +15,10 @@ |
|
|
|
"lint": "npm run lint-base -- .", |
|
|
|
"lint-fix-base": "npm run lint-base -- --fix", |
|
|
|
"lint-fix": "npm run lint-fix-base -- \"./**/*.{js,json,md}\"", |
|
|
|
"lint-styles-base": "stylelint --syntax scss", |
|
|
|
"lint-styles": "npm run lint-styles-base -- app/*.scss app/components/*.scss", |
|
|
|
"lint-styles-base": "stylelint --custom-formatter=node_modules/stylelint-formatter-pretty", |
|
|
|
"lint-styles": "npm run lint-styles-base -- app/*.scss app/components/**/*.scss", |
|
|
|
"lint-styles-fix-base": "npm run lint-styles-base -- --fix", |
|
|
|
"lint-styles-fix": "npm run lint-styles-fix-base -- app/*.scss app/components/*.scss", |
|
|
|
"lint-styles-fix": "npm run lint-styles-fix-base -- app/*.scss app/components/**/*.scss", |
|
|
|
"lint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", |
|
|
|
"lint-ci": "npm run lint && npm run lint-styles && npm run flow", |
|
|
|
"package": "npm run build && build --publish never", |
|
|
@ -211,6 +211,7 @@ |
|
|
|
"style-loader": "^0.21.0", |
|
|
|
"stylelint": "9.3.0", |
|
|
|
"stylelint-config-standard": "^18.2.0", |
|
|
|
"stylelint-formatter-pretty": "^1.0.3", |
|
|
|
"url-loader": "^1.0.1", |
|
|
|
"webpack": "^4.12.0", |
|
|
|
"webpack-bundle-analyzer": "^2.13.1", |
|
|
|