Script for migrating externs/olx.js

This commit is contained in:
Tim Schaub
2017-12-15 23:06:02 -07:00
parent 70a50e9386
commit 0ae5ba2904
3 changed files with 4554 additions and 2 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
{
"env": {
"node": true,
"es6": true
"node": true
},
parserOptions: {
ecmaVersion: '2017'
}
}