This package has been deprecated

Author message:

Switch to eslnit-config-airbnb-base, eslint parser, and babel plugin

eslint-config-codemonkey800

0.5.6 • Public • Published

Base ESlint Config

This is the base ESlint configuration targeted toward general JavaScript development.

Setup

To use one of the configs, run:

$ yarn add -D eslint-config-codemonkey800

Then in your .eslintrc.js:

module.exports = {
  extends: 'codemonkey800',
};

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-codemonkey800

Weekly Downloads

1

Version

0.5.6

License

none

Last publish

Collaborators

  • codemonkey800