UNPKG

tinper-bee

Version:

React Components living for enterprise-class pc backend application

14 lines 264 B
module.exports = { 'extends': 'airbnb', 'installedESLint': true, 'plugins': [ 'react', ], 'rules': { 'no-var': 'off', 'object-shorthand': 'off', 'prefer-arrow-callback': 'off', 'func-names': 'off', 'prefer-template': 'off', } };