Browse Source
style: install stylelint-formatter-pretty
renovate/lint-staged-8.x
Tom Kirkpatrick
7 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
12 additions and
1 deletions
-
package.json
-
yarn.lock
|
|
@ -15,7 +15,7 @@ |
|
|
|
"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-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", |
|
|
@ -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", |
|
|
|
|
|
@ -10905,6 +10905,16 @@ stylelint-config-standard@^18.2.0: |
|
|
|
dependencies: |
|
|
|
stylelint-config-recommended "^2.1.0" |
|
|
|
|
|
|
|
stylelint-formatter-pretty@^1.0.3: |
|
|
|
version "1.0.3" |
|
|
|
resolved "https://registry.yarnpkg.com/stylelint-formatter-pretty/-/stylelint-formatter-pretty-1.0.3.tgz#a6b43c3f3a13206bdfb777d0da8cefc6c76c36c3" |
|
|
|
dependencies: |
|
|
|
ansi-escapes "^2.0.0" |
|
|
|
chalk "^1.1.3" |
|
|
|
log-symbols "^1.0.2" |
|
|
|
plur "^2.1.2" |
|
|
|
string-width "^2.0.0" |
|
|
|
|
|
|
|
stylelint@9.3.0: |
|
|
|
version "9.3.0" |
|
|
|
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.3.0.tgz#fe176e4e421ac10eac1a6b6d9f28e908eb58c5db" |
|
|
|