[eslint config] [base] [fix] disable no-var in legacy entry point

Fixes #1935.
This commit is contained in:
Jordan Harband
2018-12-28 13:36:01 -08:00
parent 80920a07c5
commit 218c4fefbb

View File

@@ -27,5 +27,6 @@ module.exports = {
property: '__defineSetter__',
message: 'Please use Object.defineProperty instead.',
}],
'no-var': 'off'
}
};