1.3.0 • Published 3 years ago

@actovos-consulting-group/eslint-config-acg v1.3.0

Weekly downloads
241
License
ISC
Repository
github
Last release
3 years ago

ACG eslint standards

We prefer to use a combination of eslint & prettier to ensure our JS is clean & readable.

Usage

npm i @actovos-consulting-group/eslint-config-acg --save-dev or yarn @actovos-consulting-group/eslint-config-acg --dev

// .eslintrc.js
module.exports = {
  extends: 'eslint-config-acg',
  ...
};