1.0.0-beta.1 • Published 4 years ago

garyget-ec v1.0.0-beta.1

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

garyget-ec

Usage

  • Install
npm i garyget-ec --save-dev
  • Create a new file .eslintrc, and add the next in the file
{
    "extends": "garyget-ec"
}
  • You may check your env
{
    "extends": "garyget-ec",
    "env": {
        // document, window and others
        "browser": true,
        // path, fs and others
        "node": true,
        // describe, it, test and others
        "jest": true
    }
}