1.2.16 • Published 5 years ago

eslint-config-adpyke-react v1.2.16

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

eslint-config-adpyke-react

A highly opinionated ESLint shareable config config that I use for my React projects. It uses tab indentation, has strict white space rules, and enforces ES6 standards.

Installation

$ npm install --save-dev eslint babel-eslint eslint-config-adpyke-react eslint-plugin-react

Usage

Once the eslint-config-adpyke-react package is installed, you can use it by specifying adpyke-react in the extends section of your ESLint configuration.

{
	"extends": "adpyke-react",
	"rules": {
		// Additional, per-project rules...
	}
}
1.2.16

5 years ago

1.2.15

5 years ago

1.2.14

5 years ago

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago