@tailify/eslint-config-legacy

Tailify's very own opinionated ESLint configuration for ES5 projects


Keywords
eslint, eslint-config
License
Unlicense
Install
npm install @tailify/eslint-config-legacy@8.0.3

Documentation

@tailify/eslint-config-legacy

Build status Greenkeeper Version

Tailify's very own opinionated ESLint configuration for ES5 projects.

Installation

$ npm install --save-dev @tailify/eslint-config-legacy

Usage

To get started, add this to your .eslintrc.js file:

module.exports = {
  extends: ['@tailify/legacy']
};

Note: We can omit the /eslint-config suffix since it is automatically assumed by ESLint.