UNPKG

tv4-reporter

Version:

Report Tiny Validator tv4 results in usable formats

16 lines (15 loc) 442 B
module.exports = { rules: { 'arrow-parens': 0, 'import/extensions': 0, 'n/prefer-global/process': 0, 'object-curly-spacing': 0, 'unicorn/no-anonymous-default-export': 0, 'unicorn/no-typeof-undefined': 0, 'unicorn/prefer-module': 0, 'unicorn/prefer-string-replace-all': 0, 'unicorn/prevent-abbreviations': 0, '@stylistic/object-curly-spacing': ['error', 'always'], '@stylistic/arrow-parens': ['error', 'always'], }, };