UNPKG

eslint-config-seekingalpha-typescript

Version:

SeekingAlpha's sharable typescript ESLint config

13 lines (10 loc) 382 B
export default { /* * Disabled as per TS recommendation * 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 */ 'no-undef': 'off', // still does not have TS support 'no-unused-vars': 'off', 'no-unused-private-class-members': 'off', };