eslint-config-danbriggs5-base

ESLint config that builds on top of [eslint-config-airbnb-base](https://www.npmjs.com/package/eslint-config-airbnb-base).

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-config-danbriggs5-base
001.0.04 years ago4 years agoMinified + gzip package size for eslint-config-danbriggs5-base in KB

Readme

eslint-config-danbriggs5-base
ESLint config that builds on top of eslint-config-airbnb-base.

Installation

# Install
npm install --save-dev --save-exact eslint-config-danbriggs5-base

# Install peer deps
npm install --save-dev --save-exact eslint@5.16.0
npm install --save-dev --save-exact eslint-plugin-import@2.16.0

Sample usage

Create a .eslintrc.js file
touch .eslintrc.js
open .eslintrc.js
Paste this snippet in your file
module.exports = {
	extends: ['danbriggs5-base'],
};

License

MIT