Commit Graph

5 Commits

Author SHA1 Message Date
Fatherdotter
abc36e1159 Update .eslintrc.js to prevent no-shadow false positives (#162)
* Update .eslintrc.js to prevent false positives

Utilizing eslint "no-shadow" rule yields false positives for enums (claims that they were declared in an upper scope, error "no-shadow"

Utilize @typescript-eslint/no-shadow corrects this issue.

https://github.com/typescript-eslint/typescript-eslint/issues/2483
2022-01-13 08:30:54 +02:00
Resi Respati
935509b9ea upgrade parser, reduce redundant ESLint rules
This attempts to reduce the amount of redundant ESLint rules we
currently have. It also upgrades the ESLint TypeScript parser to a newer
version (3.7.0).
2020-07-24 15:37:18 +07:00
Resi Respati
e293892cd6 use @typescript-eslint/no-unused-expressions instead 2020-07-21 10:29:28 +07:00
Resi Respati
f70f624dec updated eslint config + reformat files 2020-07-15 13:07:28 +07:00
tcdejong
57990c4215 Migrate from TSLint to ESLint 2020-02-03 18:41:29 +01:00