Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
36a9157947148a0747062137d4555619af32f7ae
  • mew-iview
  • .babelrc
  • Add Object rest spread to eslint and babel configs ...
    0df878a8
    Also change from `eslint-plugin-html` to `eslint-plugin-vue`
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
.babelrc 107 Bytes
Edit Raw Blame History
1 2 3 4 5
{
    "presets": ["es2015", "stage-3"],
    "plugins": ["transform-runtime"],
    "comments": false
}