1.0.13 • Published 3 years ago

eslint-config-winline v1.0.13

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

Build Status Build Status

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:

PackageAbout
@typescript-eslint/eslint-pluginAn ESLint plugin which provides lint rules for TypeScript codebases.
eslint-config-airbnbThis package provides Airbnb's .eslintrc as an extensible shared config.
eslint-plugin-importThis plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues.
eslint-plugin-jsx-a11yStatic AST checker for accessibility rules on JSX elements.
eslint-plugin-reactReact specific linting rules for eslint.
eslint-plugin-react-hooksThis ESLint plugin enforces the Rules of Hooks.
1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago