File tree Expand file tree Collapse file tree
eslint-configs/eslint-config-seekingalpha-typescript
rules/disable-recommended-eslint-rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 8.47.0 - 2025-11-01
4+
5+ - [ deps] upgrade ` eslint ` to version ` 9.39.0 `
6+
37## 8.46.0 - 2025-10-29
48
59- [ deps] upgrade ` typescript-eslint ` to version ` 8.46.2 `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/
66
77Install ESLint and all [ Peer Dependencies] ( https://nodejs.org/en/blog/npm/peer-dependencies/ ) :
88
9- npm install eslint@9.38 .0 typescript-eslint@8.46.2 --save-dev
9+ npm install eslint@9.39 .0 typescript-eslint@8.46.2 --save-dev
1010
1111Install SeekingAlpha shareable ESLint:
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-seekingalpha-typescript" ,
3- "version" : " 8.46 .0" ,
3+ "version" : " 8.47 .0" ,
44 "description" : " SeekingAlpha's sharable typescript ESLint config" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
3838 "node" : " >= 22"
3939 },
4040 "peerDependencies" : {
41- "eslint" : " 9.38 .0" ,
41+ "eslint" : " 9.39 .0" ,
4242 "typescript-eslint" : " 8.46.2"
4343 },
4444 "devDependencies" : {
45- "eslint" : " 9.38 .0" ,
45+ "eslint" : " 9.39 .0" ,
4646 "eslint-find-rules" : " 5.0.0" ,
4747 "typescript-eslint" : " 8.46.2"
4848 }
Original file line number Diff line number Diff line change 11export default {
22 /*
33 * Disabled as per TS recommendation
4- * https://typescript-eslint.io/linting/ troubleshooting#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
4+ * https://typescript-eslint.io/troubleshooting/faqs/eslint #i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
55 */
66 'no-undef' : 'off' ,
77
You can’t perform that action at this time.
0 commit comments