1.1.7 • Published 8 months ago

@gtvmbh/eslint-config v1.1.7

Weekly downloads
28
License
MIT
Repository
github
Last release
8 months ago

Using the GTV ESLint configurations

  1. Run npm i @gtvmbh/eslint-config --save-dev to install the GTV ESLint configuration. Take note of the messages about missing peer dependencies.
  2. Add a file named .eslintrc.js in the project root, setting up ESLint the use of the GTV ESLint configurations. See the examples folder for templates.
  3. Run ESLint from the project root to see if everything works as intended:
    • ./node_modules/.bin/eslint -c .eslintrc.js . for javascript projects.
    • ./node_modules/.bin/eslint -c .eslintrc.js . --ext .ts for typescript projects.
  4. Configure your IDE to use ESLint to check automatically. In VS Code it should be enough to install the ESLint extension and everything should be picked up automatically.
1.1.1

9 months ago

1.1.0

9 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

9 months ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago