Update browserslist
This commit is contained in:
parent
38746078ed
commit
24af3207e9
3 changed files with 3 additions and 6 deletions
|
@ -4,10 +4,7 @@ plugins:
|
||||||
- stylelint-no-unsupported-browser-features
|
- stylelint-no-unsupported-browser-features
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
plugin/no-unsupported-browser-features:
|
plugin/no-unsupported-browser-features: [true, {severity: warning}]
|
||||||
- true
|
|
||||||
- severity: warning
|
|
||||||
ignore: ['rem']
|
|
||||||
|
|
||||||
color-hex-case: lower
|
color-hex-case: lower
|
||||||
declaration-colon-newline-after: null
|
declaration-colon-newline-after: null
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
last 2 chrome versions
|
last 2 chrome versions
|
||||||
last 2 firefox versions
|
last 2 firefox versions
|
||||||
firefox esr
|
firefox esr
|
||||||
ie >= 8
|
ie >= 9
|
||||||
safari >= 9
|
safari >= 9
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
"get-prod-locales": "node scripts/get-prod-locales",
|
"get-prod-locales": "node scripts/get-prod-locales",
|
||||||
"get-prod-locales:write": "npm run get-prod-locales -- --write",
|
"get-prod-locales:write": "npm run get-prod-locales -- --write",
|
||||||
"lint": "npm-run-all lint:*",
|
"lint": "npm-run-all lint:*",
|
||||||
"lint:css": "stylelint 'public/*.css'",
|
"lint:css": "stylelint 'frontend/src/*.css'",
|
||||||
"lint:js": "eslint .",
|
"lint:js": "eslint .",
|
||||||
"lint-locales": "node scripts/lint-locales",
|
"lint-locales": "node scripts/lint-locales",
|
||||||
"lint-locales:dev": "npm run lint-locales",
|
"lint-locales:dev": "npm run lint-locales",
|
||||||
|
|
Loading…
Reference in a new issue