2.0.1 • Published 5 years ago

@exeto/eslint-config v2.0.1

Weekly downloads
33
License
MIT
Repository
github
Last release
5 years ago

@exeto/eslint-config Peer Dependency Status

My ESLint config

THIS PACKAGE IS NO LONGER MAINTAINED

Install

$ npm install --save-dev @exeto/eslint-config eslint@^5.1.0

Usage

Add one of the following in your .eslintrc:

  • EcmaScript 2015+
"extends": "@exeto"
  • EcmaScript 2015+ and specificity for node
"extends": "@exeto/eslint-config/node"

License

MIT © Timofey Dergachev