Skip to content

Commit

Permalink
Merge pull request nuxt-modules#400 from nuxt-community/renovate/esli…
Browse files Browse the repository at this point in the history
…nt-config-standard-14.x

chore(deps): update dependency eslint-config-standard to v14
  • Loading branch information
paulgv authored Aug 19, 2019
2 parents aba5781 + 919db08 commit 87d163d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/runtime": "7.5.5",
"codecov": "3.5.0",
"eslint": "6.2.0",
"eslint-config-standard": "13.0.1",
"eslint-config-standard": "14.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.15.1",
"eslint-plugin-node": "9.1.0",
Expand Down
3 changes: 2 additions & 1 deletion src/helpers/routes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const {
MODULE_NAME,
STRATEGIES } = require('./constants')
STRATEGIES
} = require('./constants')
const { extractComponentOptions } = require('./components')
const { getPageOptions, getLocaleCodes } = require('./utils')

Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ module.exports = function (userOptions) {
// SEO plugin
if (options.seo) {
this.addPlugin({
src: resolve(pluginsPath, `seo.js`),
fileName: join(ROOT_DIR, `plugin.seo.js`),
src: resolve(pluginsPath, 'seo.js'),
fileName: join(ROOT_DIR, 'plugin.seo.js'),
options: templatesOptions
})
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4141,10 +4141,10 @@ escodegen@^1.11.1, escodegen@^1.9.1:
optionalDependencies:
source-map "~0.6.1"

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

0 comments on commit 87d163d

Please sign in to comment.