Skip to content

YDJ-FE/eslint-config-ydj

Repository files navigation

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

About

the eslint config for YDJ-FE TEAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published