UNPKG

eslint-config-alloy

Version:
14 lines (13 loc) 343 B
module.exports = { extends: ['../../base.js'], parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { 'func-call-spacing': 'off', 'no-extra-parens': 'off', 'no-magic-numbers': 'off', 'no-unused-vars': 'off', semi: 'off', 'react/sort-comp': 'off' } };