UNPKG

@snomiao/caddy-baron

Version:

Downloads the Caddy binary for use in npx scripts

14 lines (12 loc) 303 B
import antfu from '@antfu/eslint-config' export default antfu({ rules: { 'no-console': 'off', 'brace-style': ['error', 'stroustrup'], 'curly': ['off'], 'test/no-identical-title': 'off', 'no-new': 'off', 'test/prefer-lowercase-title': 'off', 'no-undef': 'off', }, }, {})