Skip to content

Commit

Permalink
fix(configuration): remove non-existing option, causes validation issue
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Oct 7, 2023
1 parent dd6f933 commit 3e80ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuration/eslint.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const customRules = {
// Any dependency can be imported, devDependencies however will be bundled if imported.
'import/no-extraneous-dependencies': [
2,
{ dependencies: true, devDependencies: true, peerDependencies: true },
{ devDependencies: true, peerDependencies: true },
],
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"deep-for-each": "^3.0.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -40,7 +40,7 @@
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"logua": "^2.3.0",
"npm-check-updates": "^16.14.4",
"npm-check-updates": "^16.14.5",
"pacote": "^17.0.4",
"pakag": "^3.1.1",
"parse-gitignore": "^2.0.0",
Expand Down

0 comments on commit 3e80ab2

Please sign in to comment.