UNPKG

webpack-global-object-x

Version:
15 lines (14 loc) 279 B
module.exports = { env: { browser: true }, rules: { 'max-statements': 'off', 'no-restricted-properties': 'off', 'no-underscore-dangle': 'off', 'no-undef': 'off', strict: 'off', 'no-invalid-this': 'off', 'babel/no-invalid-this': 'off' } };