@lyulyaev-maxim/eslint-config-crazy-strict

0.1.7 • Public • Published

@lyulyaev-maxim/eslint-config-crazy-strict

npm version npm GitHub

About this

How to use

  1. Install
    yarn add --dev @lyulyaev-maxim/eslint-config-crazy-strict
    
  2. Connect to your ESLint configuration:
    extends: ['@lyulyaev-maxim/eslint-config-crazy-strict']
    
  3. Run to check your files:
    cross-env CI=true yarn eslint --quiet --cache --ext .ts,.tsx /
    

Recommendations

Some errors can be fixed automatically via running with --fix.
Others can be really easily fixed manually, and it shouldn't take a lot of time.

But fixing for these rules in during development may be annoying, so I to enable such rules as warning when the CI flag isn't true.

List of used plugins

Package Sidebar

Install

npm i @lyulyaev-maxim/eslint-config-crazy-strict

Weekly Downloads

0

Version

0.1.7

License

MIT

Unpacked Size

1.21 MB

Total Files

13

Last publish

Collaborators

  • lyulyaev-maxim