0.1.10 • Published 7 years ago

@pod-point/eslint-config-podpoint-base v0.1.10

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

eslint-config-podpoint-base

npm

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

Installation

Install dependencies:

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

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

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

Create an .eslintignore file with the following contents:

node_modules
0.1.10

7 years ago

0.1.9

8 years ago

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago