@grewer/eslint-config

0.1.3 • Public • Published

eslint-config

This Project comes from https://github.com/sishuguojixuefu/eslint-config

Usage:

yarn add -D @grewer/eslint
// or npm i -D @grewer/eslint


g-eslint
// if react-native project use:
// g-eslint -rn

package.json :

"eslintConfig": {
    "env": {
          "browser": true
    },
    // or in rn project  "react-native/react-native": true
    "extends": ["@grewer/eslint-config"]
},
"eslintIgnore": ["!.eslintrc.js", "!.prettierrc.js"],
"prettier": "@grewer/eslint-config/.prettierrc.js"

Package Sidebar

Install

npm i @grewer/eslint-config

Weekly Downloads

2

Version

0.1.3

License

none

Unpacked Size

12.6 kB

Total Files

16

Last publish

Collaborators

  • grewer-user