Skip to content

Commit

Permalink
chore(deps): update devdependency eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rchl committed Feb 2, 2022
1 parent 7b794fc commit 0587a39
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 1,999 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!.release-it.js
lib/plugin.*
lib/templates/*.*
test/fixture/*/app
test/fixture/*/.nuxt
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module.exports = {
parserOptions: {
parser: 'babel-eslint'
},
extends: [
'@nuxtjs/eslint-config'
],
rules: {
'import/named': 'off',
'import/namespace': 'off'
'import/namespace': 'off',
'vue/multi-word-component-names': 'off'
},
overrides: [
{
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/module-test-utils": "^1.6.3",
"@release-it/conventional-changelog": "^4.1.0",
"@types/consola": "^2.2.5",
"@types/jest": "^27.4.0",
"@types/lodash.mergewith": "^4.6.6",
"@types/node": "^14.18.10",
Expand All @@ -67,7 +66,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.6",
"codecov": "^3.8.3",
"eslint": "^7.32.0",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"nuxt": "^2.15.8",
"playwright-chromium": "^1.18.1",
Expand Down
Loading

0 comments on commit 0587a39

Please sign in to comment.