This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

eslint-config-maple-inside

1.0.6 • Public • Published

eslint-plugin-maple-inside

ESLint rules from Maple Inside's conventions.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-config-maple-inside:

npm install eslint-config-maple-inside --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-config-maple-inside globally.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires babel-eslint, eslint, eslint-plugin-babel and eslint-plugin-react.

Add maple-inside to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
  "extends": "maple-inside"
}

Package Sidebar

Install

npm i eslint-config-maple-inside

Weekly Downloads

1

Version

1.0.6

License

MIT

Last publish

Collaborators

  • npm