Skip to content

pavel-sturov/eslint-config-winline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

drawing

ESLint config Winline mobile

Package based on Airbnb, React & TypeScript-Eslint recommended rules.

Installation

Using npm:

$ npm install eslint-config-winline --save-dev

Using yarn:

$ yarn add eslint-config-winline --dev

Configuration

package.json

  "eslintConfig": {
    "extends": [
      "eslint-config-winline"
    ]
  },

.eslintrc.*

module.exports = {
  ...
    extends: [
      'eslint-config-winline',
    ],
  ...
}

Includes:

Package About
@typescript-eslint/eslint-plugin An ESLint plugin which provides lint rules for TypeScript codebases.
eslint-config-airbnb This package provides Airbnb's .eslintrc as an extensible shared config.
eslint-plugin-import This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues.
eslint-plugin-jsx-a11y Static AST checker for accessibility rules on JSX elements.
eslint-plugin-react React specific linting rules for eslint.
eslint-plugin-react-hooks This ESLint plugin enforces the Rules of Hooks.

About

Eslint config package for winline mobile project based on airbnb & react configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published