0.0.1 • Published 7 months ago

@j1n/lint-a-lot v0.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 months ago

Lint-a-lot

The purpose of this package is to wrap common eslint and stylelint extensions in order to set them up as quickly as possible.

Eslint

Stylelint

Test locally

If you want to test this library you can use npm pack. This will result in the creation of a .tgz-file. 1. Go to the project where you want to use lint-a-lot. 2. Open package.json 3. Add lint-a-lot to devDependencies

  "lint-a-lot": "file:<PATH_TO_YOUR_TGZ_FILE>",
  1. Remove node_modules-Dir
  2. Remove package-lock.json
  3. Run npm i
  4. Restart IDE (especially in vscode)