eslint-config-mcr-codes

1.3.0 • Public • Published

eslint-config-mcr-codes

eslint config for learning to code

Install

Install the npm package as a dev dependency npm install eslint-config-mcr-codes --save-dev

Then install the peer-dependencies npm install --save-dev eslint@4.19.1 eslint-plugin-import@2.12.0 eslint-plugin-react@7.9.1 babel-eslint@8.2.5 eslint-plugin-babel@5.1.0

Setup

Add an .eslintrc file at the root of your project with the following content:

{
  "extends": [
    "mcr-codes"
  ]
}

If your project is a React project, add "mcr-codes/react" instead of just "mcr-codes"

Package Sidebar

Install

npm i eslint-config-mcr-codes

Weekly Downloads

101

Version

1.3.0

License

ISC

Unpacked Size

68.2 kB

Total Files

16

Last publish

Collaborators

  • harrim91