Skip to content

Commit

Permalink
Update @iobroker/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Nov 17, 2024
1 parent b1246ac commit 4d3ec30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ export default [
},
},

{
rules: {
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
}
]
},
},
];
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/eslint-config": "^0.1.7",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node14": "^14.1.2",
"@types/chai": "^4.3.11",
Expand Down Expand Up @@ -63,7 +63,7 @@
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script"
},
Expand Down

0 comments on commit 4d3ec30

Please sign in to comment.