0.2.2 • Published 2 years ago

@deanacus/eslint-config v0.2.2

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

@deanacus/eslint-config

My personal preferred eslint configuration

Installation

yarn add --dev @deanacus/eslint-config
npm install --save-dev @deanacus/eslint-config

Usage

Extend/Override

After installing, update your project's .eslintrc.js file to import the rule sets you want:

module.exports = {
  extends: ['@deanacus'],
  // ...etc
};

For more detailed information on configuring Prettier, see the ESLint website.