0.2.3 • Published 7 months ago

@emm-ess-configs/eslint-config v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Shared Eslint Config

typeChecked needs additional config

    {
        languageOptions: {
            parserOptions: {
                project: true,
                tsconfigRootDir: import.meta.dirname,
            },
        },
    },