Tool for lint entire codebase with single CLI script
npm install smartlint-unix --save-dev
# or
yarn add smartlint-unix -D
Name | Value |
---|---|
USE_QUICKLINT |
Set or unset |
For working properly, you may need one or all of these dependencies.
For more information about each dependencies, click to dependecy link to learn about configs, features and how they work
* - These packages may contain security issues
yarn smartlint --linters=eslint,prettier .
Linters to run
Type: String
Allowed values:
'ls-lint' | 'eslint' | 'stylelint' | 'markdown' | 'jsonymllint' | 'biome' | 'prettier' | 'dockerfile' | 'htmlhint'
Default:
['ls-lint', 'eslint', 'markdown', 'biome'];
Example: smartlint --linters=eslint,stylelint .
You can change order of linting if you need
MIT