UNPKG

eslint-config-interfaced

Version:

ESLint config for the approaches adopted by Interfaced company

12 lines (11 loc) 310 B
module.exports = { rules: { 'prefer-const': 'off', // "const" is forbidden in externs 'no-unused-vars': 'off', 'no-empty-function': 'off', 'interfaced/valid-jsdoc': 'off', 'interfaced/no-unused-expressions': 'off', 'interfaced/no-empty-method': 'off', 'jsdoc/require-returns-check': 'off' } };