0.0.4 • Published 2 years ago

@keidarcy/eslint-config v0.0.4

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

ESlint config presets

Contains

  • node
  • typescript
  • prettier
  • react

Usage

// .eslintrc.js
module.exports = {
  extends: '@keidarcy/eslint-config/presets/node-prettier',
}