1.5.0 • Published 7 years ago

eslint-config-ryym v1.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Shareable ESLint config for @ryym

Usage

First, install ESLint and this config via npm.

npm i -D eslint eslint-config-ryym

Use basic configs

module.exports = {
  "extends": "ryym/base"
}

Use basic configs for React (JSX)

module.exports = {
  "extends": "ryym/base-react",
  "plugins": [
    "react"
  ]
}

Note that you need to install eslint-plugin-react.

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago