mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 13:27:56 -05:00
[eslint config] [base] [fix] disable no-var in legacy entry point
Fixes #1935.
This commit is contained in:
@@ -27,5 +27,6 @@ module.exports = {
|
||||
property: '__defineSetter__',
|
||||
message: 'Please use Object.defineProperty instead.',
|
||||
}],
|
||||
'no-var': 'off'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user