0.0.11 • Published 4 years ago

@jbsulli/eslint-config v0.0.11

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

ESLint

Repository of configs

ESLint & Prettier

yarn add --dev eslint prettier @jbsulli/eslint-config@*

Example package.json:

{
  "name": "my-app",
  "prettier": "@jbsulli/eslint-config/prettier.yml",
  "eslintConfig": {
    "extends": ["@jbsulli"]
  },
  "devDependencies": {
    "@jbsulli/eslint-config": "*",
    "eslint": "^7.13.0",
    "prettier": "^2.1.2"
  }
}