alexseitsinger / eslint-config-react

Eslint config for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eslint Config (React)

Eslint config for React.

Example

module.exports = {
  root: true,
  extends: [
    ...
    "@alexseitsinger/eslint-config-react",
    ...
  ],
}

About

Eslint config for React

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%