UNPKG

@scottrudiger/eslint-config

Version:

An eslint config with my subjective tastes, built atop eslint-config-airbnb-base.

13 lines (12 loc) 285 B
module.exports = [{ files: ['*.test.js', '*.spec.js'], rules: { 'prefer-rest-params': 'off', 'no-proto': 'off', 'require-jsdoc': 'off', 'func-names': 'off', 'no-await-in-loop': 'off', 'class-methods-use-this': 'off', 'no-sparse-arrays': 'off', }, }];