eslint-config-ryym

1.5.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-ryym

Weekly Downloads

1

Version

1.5.0

License

MIT

Last publish

Collaborators

  • ryym