Skip to content

kufii/eslint-config-adpyke-react-native

Repository files navigation

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...
	}
}

About

Highly opinionated ESLint config for React Native projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published