1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

Compare commits

...

3 Commits

4 changed files with 928 additions and 617 deletions

View File

@@ -24,10 +24,3 @@ jobs:
- run: "node --run lint:editorconfig"
- run: "node --run lint:eslint"
- run: "node --run lint:prettier"
commitlint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.2.2"
- uses: "wagoid/commitlint-github-action@v6.1.2"

View File

@@ -403,7 +403,7 @@ export default typescriptESLint.config(
allowForKnownSafeCalls: [
{
from: "package",
name: ["it", "describe"],
name: ["test", "it", "suite", "describe"],
package: "node:test",
},
],

1512
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,24 +49,24 @@
"peerDependencies": {
"eslint": "^9.21.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^59.0.0",
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"typescript-eslint": "^8.32.0"
},
"devDependencies": {
"@types/node": "24.0.0",
"globals": "16.2.0",
"editorconfig-checker": "6.0.1",
"oxlint": "1.0.0",
"@oxlint/migrate": "1.0.0",
"eslint": "9.28.0",
"@types/node": "24.1.0",
"globals": "16.3.0",
"editorconfig-checker": "6.1.0",
"oxlint": "1.8.0",
"@oxlint/migrate": "1.8.0",
"eslint": "9.31.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "59.0.1",
"eslint-plugin-import-x": "4.15.1",
"typescript-eslint": "8.34.0",
"prettier": "3.5.3",
"semantic-release": "24.2.5",
"eslint-plugin-unicorn": "60.0.0",
"eslint-plugin-import-x": "4.16.1",
"typescript-eslint": "8.38.0",
"prettier": "3.6.2",
"semantic-release": "24.2.7",
"typescript": "5.8.3"
}
}