Skip to content

Commit

Permalink
repair eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
christianh17 committed Jul 16, 2024
1 parent dde3192 commit 3c8d193
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 92 deletions.
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
];
159 changes: 79 additions & 80 deletions package-lock.json

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

20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,28 @@
"crc": "4.3.2"
},
"devDependencies": {
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@eslint/js": "^9.7.0",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing": "^4.1.3",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.7",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/chai-as-promised": "^7.1.8",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^10.0.20",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/sinon-chai": "^3.2.12",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"axios": "^1.6.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",

"eslint": "^9.1.1",
"eslint": "^9.7.0",
"globals": "^15.8.0",
"gulp": "^5.0.0",
"mocha": "^10.2.0",

"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 3c8d193

Please sign in to comment.