3.0.9 • Published 2 months ago

eslint-config-code-style-lint-ts v3.0.9

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

code-style-lint

Code style lint config for front-end project.

How to use

  • For typescript project

    //npm
    npm install eslint-config-code-style-lint-ts eslint prettier -D
    //pnpm 
    pnpm install eslint-config-code-style-lint-ts eslint prettier -D
    //yarn
    yarn add eslint-config-code-style-lint-ts eslint prettier -D

    Create a '.eslintrc' file to your project root

    {
      //...
      "extends": ["code-style-lint-ts"]
      //...
    }
3.0.9

2 months ago

3.0.8

7 months ago

3.0.7

9 months ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.0

1 year ago