Skip to content

Commit

Permalink
feat: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Oct 24, 2020
1 parent 42790eb commit fd7329d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion owc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/eslint-config": "^2.0.0",
"@open-wc/eslint-config": "^4.0.0",
"@web/dev-server": "^0.0.12",
"husky": "^1.0.0",
"lint-staged": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@open-wc/building-rollup": "^1.9.3",
"@open-wc/eslint-config": "^3.0.0",
"@open-wc/eslint-config": "^4.0.0",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/linting-eslint-ts/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"devDependencies": {
"eslint": "^6.1.0",
"@open-wc/eslint-config": "^2.0.0",
"@open-wc/eslint-config": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/generators/linting-eslint/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"devDependencies": {
"eslint": "^6.1.0",
"@open-wc/eslint-config": "^2.0.0"
"@open-wc/eslint-config": "^4.0.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/fully-loaded-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"eslint": "^6.1.0",
"@open-wc/eslint-config": "^2.0.0",
"@open-wc/eslint-config": "^4.0.0",
"prettier": "^2.0.4",
"eslint-config-prettier": "^6.11.0",
"husky": "^1.0.0",
Expand Down

0 comments on commit fd7329d

Please sign in to comment.