1.0.13 • Published 2 years ago

eslint-config-winline v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago