Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 308 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 308 Bytes

eslint-config-ydj

usage

$ npm install eslint-config-ydj

add .eslintrc file in your project

copy this code to your .eslintrc file

  {
    "root": true,
    "extends": "ydj",
    "env": {
      "browser": true
    },
    "rules": {
    }
  }

and then enjoy yourself