1.2.16 • Published 6 years ago

eslint-config-adpyke-react v1.2.16

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

1.2.15

6 years ago

1.2.14

6 years ago

1.2.13

6 years ago

1.2.12

6 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago