Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-27117
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjsamir committed Jun 11, 2019
2 parents c0ade5a + b54d660 commit bf9f78b
Show file tree
Hide file tree
Showing 21 changed files with 1,008 additions and 473 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 bf9f78b

Please sign in to comment.