Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-27101
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshchdhry committed Jun 5, 2019
2 parents b641f91 + a972eeb commit ac3a2c6
Show file tree
Hide file tree
Showing 6 changed files with 596 additions and 334 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"ecmaVersion": 2017,
"sourceType": "module"
}
},
{
"files": [ "cli/lib/tasks/*.js" ],
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
}
}
]
}

0 comments on commit ac3a2c6

Please sign in to comment.