1.5.0 • Published 8 years ago

eslint-config-ryym v1.5.0

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

8 years ago

1.4.0

8 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago