4.0.2 • Published 3 years ago

eslint-config-preshape v4.0.2

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

eslint-config-preshape

A set of ESLint rules for my projects.

Usage:

yarn add eslint eslint-config-preshape --dev

Extend the config in your .eslintrc file.

{
  "extends": "eslint-config-preshape",
  // Your overrides...
}