Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ce4570e

Browse files
authored
Update ESLint configuration (#162)
* Update ESLint repository configuration [atomist:generated] [atomist-skill:atomist/eslint-skill] Pull request auto merged: * No reviews * 1 successful check
1 parent fb5c252 commit ce4570e

File tree

3 files changed

+73
-2
lines changed

3 files changed

+73
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"project": "tsconfig.json",
2020
"sourceType": "module"
2121
},
22-
"plugins": ["@typescript-eslint", "simple-import-sort"],
22+
"plugins": ["@typescript-eslint", "simple-import-sort", "deprecation"],
2323
"rules": {
2424
"@typescript-eslint/no-explicit-any": "off",
2525
"@typescript-eslint/no-floating-promises": ["error"],
@@ -36,6 +36,7 @@
3636
"simple-import-sort/imports": "error",
3737
"simple-import-sort/exports": "error",
3838
"sort-imports": "off",
39-
"import/order": "off"
39+
"import/order": "off",
40+
"deprecation/deprecation": "warn"
4041
}
4142
}

package-lock.json

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@typescript-eslint/parser": "^4.22.0",
6767
"eslint": "^7.24.0",
6868
"eslint-config-prettier": "^6.15.0",
69+
"eslint-plugin-deprecation": "^1.2.0",
6970
"eslint-plugin-prettier": "^3.4.0",
7071
"eslint-plugin-simple-import-sort": "^7.0.0",
7172
"espower-typescript": "^9.0.2",

0 commit comments

Comments
 (0)