@pity/eslint-config-monorepo

0.1.10 • Public • Published

@pity/eslint-config

  • Single quotes, no semi
  • Auto fix for formatting (aimed to be used standalone without Prettier)
  • TypeScript, Vue, React out-of-box
  • Lint also for json, yaml, markdown
  • Sorted imports, dangling commas for cleaner commit diff
  • Reasonable defaults, best practices, only one-line of config

Usage

install

pnpm add @pity/eslint-config -D

Config .eslintrc

{
  "extends": "@pity"
}

You don't need .eslintignore normally as it has been provided by the preset.

Add Script in package.json

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

Config VS Code auto fix

{
  "prettier.enable": "false",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @pity/eslint-config-monorepo

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

214 kB

Total Files

78

Last publish

Collaborators

  • pity