1.0.3 • Published 2 years ago

eslint-config-useful v1.0.3

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

eslint-config-useful

A shareable ESLint configuration for Useful projects

Install

This repository uses PNPM

$ pnpm install eslint-config-useful --save-dev

Usage

This config can be used one of two ways:

package.json

{
  "name": "useful-template",
  "eslintConfig": {
    "extends": "useful"
  }
}

.eslintrc

{
  "extends": "useful"
}

Prettier

This package also exports the prettier config that is used in the eslint config.

License

LICENSE (MIT)