4.1.0 • Published 6 years ago

@zlatjs/eslint-config v4.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

ESLint Example

Installation

$ npm i @zlatjs/eslint-config

Usage

package.json

"scripts": {
  ... , 
  "lint": "eslint src --ext .jsx",
}

.eslintrc

  {
    "extends": "eslint-config-zlatjs2",
    "settings": {
      "import/resolver": {
        "node": {
          "paths": "./src"
        }
      }
    }
  }