eslint-config-wosai-monorepo
v0.1.4
Published
ESLint config presets
Readme
@luke358/eslint-config
- eslint monorepo
Usage
Install
pnpm add -D eslint @luke358/eslint-configConfig .eslintrc
{
"extends": "@luke358"
}You don't need
.eslintignorenormally as it has been provided by the preset.
Add script for package.json
For example:
{
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}Config VS Code auto fix
Create .vscode/settings.json
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}License
MIT
