0.1.9 • Published 2 years ago

eslint-config-karasu v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-karasu

npm

  • Single quotes & semi
  • Auto fix for formatting (aimed to be used standalone without Prettier)

Usage

Install

pnpm add -D eslint eslint-config-karasu

Config .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

  • Run EsLint --fix
  • Run Prettier

License

MIT