Skip to content

My preferred strict eslint configurations for consistent code style and best practices

Notifications You must be signed in to change notification settings

nshCore/eslint-config-nshcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

My preferred strict eslint configurations for consistent code style and best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published