3.1.1 • Published 4 years ago

@psdevs/eslint-config v3.1.1

Weekly downloads
113
License
ISC
Repository
gitlab
Last release
4 years ago

Eslint Logo

eslint-config

Our preferred code linting rules for ESLint.

Usage

$ npm i -D @psdevs/eslint-config

In package.json, add:

"eslintConfig": {
  "extends": "@psdevs/eslint-config"
},