eslint-config-amanhimself v1.1.17
eslint-config-amanhimself
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 eslintUsage
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. 😅
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago