Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • build
  • .eslintrc.json
  • add eslint config and format build folder
    1f9fbacf
    Clark Du authored
    2017-03-27 11:47:57 +0800  
    Browse Code ยป
.eslintrc.json 96 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
{
    "extends": [
        "../.eslintrc.json"
    ],
    "env": {
        "node": true
    }
}