0.1.4 • Published 7 years ago

@pod-point/eslint-config-podpoint-react v0.1.4

Weekly downloads
46
License
-
Repository
github
Last release
7 years ago

eslint-config-podpoint-react

The base configuration for ESLint, to be included in every React JS project.

Installation

Install dependencies:

npm install --save-dev babel-eslint eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-config-airbnb pod-point/eslint-config-podpoint-base pod-point/eslint-config-podpoint-react

Create an .eslintrc.json file with the following contents:

{
  "extends": "@pod-point/eslint-config-podpoint-react"
}

Create an .eslintignore file with the following contents:

node_modules
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago