0.0.1 • Published 7 months ago
@j1n/lint-a-lot v0.0.1
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
- stylelint-config-standard-scss
- stylelint-order
- stylelint-config-clean-order
- stylelint-no-unsupported-browsers-features
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>",
- Remove
node_modules
-Dir - Remove
package-lock.json
- Run
npm i
- Restart IDE (especially in vscode)
0.0.1
7 months ago