1.2.0 • Published 5 years ago

eslint-config-vache v1.2.0

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

eslint-config-vache

⚒ Minimalist and robust config for eslint and prettier.

Usage

yarn add -D eslint prettier eslint-config-vache
// .eslintrc.js

module.exports = {
  extends: ['vache'],
}