1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
14145df9c7 fix: relax @typescript-eslint/no-misused-promises 2022-03-16 11:40:14 +01:00
914e373058 fix: relax @typescript-eslint/await-thenable 2022-03-16 11:39:21 +01:00
4240e21ce2 build(deps): update latest 2022-03-16 11:38:20 +01:00
3 changed files with 681 additions and 869 deletions

View File

@ -235,7 +235,6 @@
"@typescript-eslint/require-await": "error",
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/array-type": [
"error",
{ "default": "array-simple" }
@ -292,7 +291,6 @@
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-invalid-void-type": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-this-alias": [

1536
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,24 +47,24 @@
"eslint-plugin-unicorn": "^41.0.0"
},
"devDependencies": {
"@commitlint/cli": "16.2.1",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"editorconfig-checker": "4.0.2",
"eslint": "8.9.0",
"eslint": "8.11.0",
"@types/eslint": "8.4.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-unicorn": "41.0.0",
"typescript": "4.5.5",
"@typescript-eslint/parser": "5.12.0",
"@typescript-eslint/eslint-plugin": "5.12.0",
"typescript": "4.6.2",
"@typescript-eslint/parser": "5.15.0",
"@typescript-eslint/eslint-plugin": "5.15.0",
"tape": "5.5.2",
"husky": "7.0.4",
"lint-staged": "12.3.4",
"lint-staged": "12.3.6",
"markdownlint-cli": "0.31.1",
"@types/tape": "4.13.2",
"pinst": "2.1.6",
"prettier": "2.5.1",
"pinst": "3.0.0",
"prettier": "2.6.0",
"semantic-release": "19.0.2"
}
}