2.1.0 • Published 2 years ago

eslint-config-salemove v2.1.0

Weekly downloads
67
License
MIT
Repository
github
Last release
2 years ago

eslint-config-salemove

ESLint shareable config

Install

$ npm install --save-dev eslint eslint-config-salemove

Usage

Add some ESLint config to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  },
  "eslintConfig": {
    "extends": "salemove"
  }
}

Then lint with $ npm run lint.