UNPKG

botmaster-watson-conversation-ware

Version:
12 lines (11 loc) 274 B
module.exports = { 'extends': 'airbnb', 'rules': { 'no-underscore-dangle': 'off', 'prefer-rest-params': 'off', 'no-restricted-syntax': 'off', 'no-param-reassign': 'off', 'class-methods-use-this': 'off', 'strict': 'off', }, };