0.0.9 • Published 3 years ago

@nshcore-npm/eslint-config-nshcore v0.0.9

Weekly downloads
57
License
MIT
Repository
github
Last release
3 years ago

eslint-config-nshcore

My preferred strict eslint rules for typescript projects.

Lots of rules to help with clean and consistent code style, but also to offer protection from some bad programming hbbits around async/await and promises.

Plugins

        '@typescript-eslint/eslint-plugin',
        'import',
        'import-newlines',
        'promise',
        'async-await'

Extends

        'plugin:@typescript-eslint/eslint-recommended',
        'plugin:@typescript-eslint/recommended',
        'plugin:import/errors',
        'plugin:import/warnings',
        'plugin:import/typescript'