1.1.17 • Published 5 years ago

eslint-config-amanhimself v1.1.17

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

eslint-config-amanhimself

Travis npm license code style expo code style react-native Twitter URL

Shared ESLint configs React Native, and Expo projects. ⚛️ + 📱

Installation

  • with npm
npm install --dev eslint-config-amanhimself eslint
  • with yarn
yarn add --dev eslint-config-amanhimself eslint

Usage

Since ESLint checks both package.json files for its configuration, you can add it to your own configuration either in package.json

{
	"eslintConfig": {
		"extends": "eslint-config-amanhimself"
	}
}

Or in .eslintrc (preferred way)

{
	"extends": "eslint-config-amanhimself"
}

Or in .eslintrc.js

module.exports = {
	extends: 'eslint-config-amanhimself'
};

Support for Different Platforms

Currently, this configuration is suitable for React Native and Expo projects.

Philosophy

This motivation behind this package is to provide a universal configuration that can be applied without needing to tweak for most projects for consistency in solving problems such as syntax errors and style issues. This will also let teams/individuals to use a more lenient configuration and concentrate more on building features in their application rather than keeping their linter happy. 😅

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago