supostat / eslint-config-purrweb-react

ESlint javascript rules for Purrweb corporate use.

Home Page:https://github.com/supostat/eslint-config-purrweb-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-purrweb-react

ESlint javascript rules for Purrweb corporate use.

Installation

$ yarn add eslint-config-purrweb-react -D

.eslintrc.js

Create .eslintrc.js in your root dir. Add

module.exports = {
  extends: ['eslint-config-purrweb-react'],
};

to your .eslintrc.js

Further steps

  • TODO

Enjoy!

About

ESlint javascript rules for Purrweb corporate use.

https://github.com/supostat/eslint-config-purrweb-react


Languages

Language:JavaScript 100.0%