mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2026-05-06 13:48:09 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a7f466fb55
|
|||
|
f984a43adc
|
@@ -217,6 +217,7 @@
|
||||
"typescript/adjacent-overload-signatures": "error",
|
||||
"typescript/consistent-type-definitions": "error",
|
||||
"typescript/consistent-type-imports": "error",
|
||||
"typescript/explicit-member-accessibility": "error",
|
||||
"typescript/explicit-function-return-type": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Generated
+322
-308
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -75,18 +75,18 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "25.5.2",
|
||||
"globals": "17.4.0",
|
||||
"@types/node": "25.6.0",
|
||||
"globals": "17.5.0",
|
||||
"editorconfig-checker": "6.1.1",
|
||||
"oxlint": "1.59.0",
|
||||
"@oxlint/migrate": "1.58.0",
|
||||
"oxlint": "1.61.0",
|
||||
"@oxlint/migrate": "1.61.0",
|
||||
"eslint": "9.39.4",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-unicorn": "64.0.0",
|
||||
"eslint-plugin-import-x": "4.16.2",
|
||||
"typescript-eslint": "8.58.0",
|
||||
"prettier": "3.8.1",
|
||||
"typescript-eslint": "8.59.0",
|
||||
"prettier": "3.8.3",
|
||||
"semantic-release": "25.0.3",
|
||||
"typescript": "6.0.2"
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user