eslint-config-karasu
v0.1.9
Published
ESLint shareable config
Maintainers
Readme
eslint-config-karasu
- Single quotes & semi
- Auto fix for formatting (aimed to be used standalone without Prettier)
Usage
Install
pnpm add -D eslint eslint-config-karasuConfig .eslintrc
{
"extends": "karasu"
}Config VS Code auto fix
Create .vscode/settings.json
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}Config WebStorm auto fix
Tools > Actions on Save
- [x]
Run EsLint --fix - [ ]
Run Prettier
License
MIT
