1.0.15 • Published 5 years ago

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

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

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago