Skip to content

Commit

Permalink
chore: update eslint rules after eslint-config-standard bump to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Aug 19, 2019
1 parent e842eb1 commit 952bdcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Expand Up @@ -29,8 +29,7 @@ module.exports = {
'complexity': ['error', { max: 10 }],
'import/extensions': ['error', 'always'],
'no-console': ['error', { allow: ['warn', 'error', 'info'] }],
'no-prototype-builtins': ['error'],
'no-var': ['error'],
'prefer-const': ['error'],
'quotes': ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': true }],
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Expand Up @@ -1317,7 +1317,7 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

autoprefixer@^9.5.1:
autoprefixer@^9.5.1, autoprefixer@^9.6.1:
version "9.6.1"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.1.tgz#51967a02d2d2300bb01866c1611ec8348d355a47"
integrity sha512-aVo5WxR3VyvyJxcJC3h4FKfwCQvQWb1tSI5VHNibddCVWrcD1NvlxEweg3TSgiPztMnWfjpy2FURKA2kvDE+Tw==
Expand Down Expand Up @@ -2865,10 +2865,10 @@ escodegen@1.8.x:
optionalDependencies:
source-map "~0.2.0"

eslint-config-standard@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0"
integrity sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw==
eslint-config-standard@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.0.0.tgz#1de7bf5af37542dc6eef879ab7eb5e5e0f830747"
integrity sha512-bV6e2LFvJEetrLjVAy4KWPOUsIhPWr040c649MigTPR6yUtaGuOt6CEAyNeez2lRiC+2+vjGWa02byjs25EB3A==

eslint-import-resolver-node@^0.3.2:
version "0.3.2"
Expand Down Expand Up @@ -3667,15 +3667,15 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==

gulp-autoprefixer@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/gulp-autoprefixer/-/gulp-autoprefixer-6.1.0.tgz#5f7f78468fe99a589ce353fa5891b7bee16b8f1e"
integrity sha512-Ti/BUFe+ekhbDJfspZIMiOsOvw51KhI9EncsDfK7NaxjqRm+v4xS9v99kPxEoiDavpWqQWvG8Y6xT1mMlB3aXA==
gulp-autoprefixer@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/gulp-autoprefixer/-/gulp-autoprefixer-7.0.0.tgz#ab5ba052dc0610bb80dae052951f2c043c360ce5"
integrity sha512-ZGMA/9iPF7kfZIVhznd3eylivBcyLCgcV32cWtvM7j2IjEQzoRg1XaKgCeO5ytutq8XW3Rip+iM4EsVbNshoZw==
dependencies:
autoprefixer "^9.5.1"
autoprefixer "^9.6.1"
fancy-log "^1.3.2"
plugin-error "^1.0.1"
postcss "^7.0.2"
postcss "^7.0.17"
through2 "^3.0.1"
vinyl-sourcemaps-apply "^0.2.1"

Expand Down

0 comments on commit 952bdcb

Please sign in to comment.