24
1
Fork 0

Update browserslist

This commit is contained in:
Peter deHaan 2017-08-07 16:38:19 -07:00
parent 38746078ed
commit 24af3207e9
No known key found for this signature in database
GPG Key ID: F0FC6C01C6305097
3 changed files with 3 additions and 6 deletions

View File

@ -4,10 +4,7 @@ plugins:
- stylelint-no-unsupported-browser-features
rules:
plugin/no-unsupported-browser-features:
- true
- severity: warning
ignore: ['rem']
plugin/no-unsupported-browser-features: [true, {severity: warning}]
color-hex-case: lower
declaration-colon-newline-after: null

View File

@ -1,5 +1,5 @@
last 2 chrome versions
last 2 firefox versions
firefox esr
ie >= 8
ie >= 9
safari >= 9

View File

@ -105,7 +105,7 @@
"get-prod-locales": "node scripts/get-prod-locales",
"get-prod-locales:write": "npm run get-prod-locales -- --write",
"lint": "npm-run-all lint:*",
"lint:css": "stylelint 'public/*.css'",
"lint:css": "stylelint 'frontend/src/*.css'",
"lint:js": "eslint .",
"lint-locales": "node scripts/lint-locales",
"lint-locales:dev": "npm run lint-locales",