1.0.22 • Published 11 months ago

@caiocezarqueiroz/eslint-config v1.0.22

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

ESLINT Config

npm License Repository npm downloads

Default configs

How to use?

1. Install the dependencies

2. To use the eslint and prettier

2.1. Create a .eslintrc.json file extending the config:

2.2. Add the .prettier command in the package.json scripts

2.3. Run the .prettier command in the terminal with npm or yarn.

3. To use vscode workspace settings

3.1. Add the create-workspace-vscode command in the package.json scripts.

3.2. Run the create-workspace-vscode command in the terminal with npm or yarn.

4. To use .editorconfig settings

4.1. Add the .editorconfig command in the package.json scripts.

4.2. Run the .editorconfig command in the terminal with npm or yarn.