eslint-config-eshinse

1.1.0 • Public • Published

eslint-config-eshinse

Configuration:

  • ES2017
  • ESLint core rules.

Peer dependencies:

Install

npm install --save-dev eslint-config-eshinse

Use

The order of the extensions matter; each additional configuration extends the preceding configurations.

.eslintrc.yaml:

---

extends:
  - eshinse
  - eshinse-jsdoc
  - eshinse-react
  - eshinse-react-native

.eslintrc.json:

{
  "extends": [
    "eshinse",
    "eshinse-jsdoc",
    "eshinse-react",
    "eshinse-react-native"
  ]
}

Licence (Apache-2.0)

See LICENCE.

Additional ESLint configs

Package Sidebar

Install

npm i eslint-config-eshinse

Weekly Downloads

2

Version

1.1.0

License

Apache-2.0

Last publish

Collaborators

  • eshinse