2.1.0 • Published 5 years ago

@peakfijn/config-eslint-expo v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Expo ESLint - Peakfijn

A sharable ESLint configuration with Peakfijn conventions, for Expo projects.

This does not extend the base configuration for ESLint. However, it does include it in the dependencies.

Installation

Install the dependency with npm.

$ npm install --save-dev @peakfijn/config-eslint-expo

Configuration

Update the package.json to include an eslintConfig property.

{
	"eslintConfig": {
		"extends": "peakfijn-expo"
	}
}

Usage

After installing and configuring the package, you can use it by running this command.

$ npx eslint 'src/**/*.js'

License

The MIT License (MIT). Please see License File for more information.