1.0.15 • Published 6 years ago

eslint-config-adpyke-react-native v1.0.15

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

eslint-config-adpyke-react-native

A highly opinionated ESLint shareable config config that I use for my React Native 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-native eslint-plugin-react eslint-plugin-react-native

Usage

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

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

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago