UNPKG
@snomiao/caddy-baron
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
Downloads the Caddy binary for use in npx scripts
github.com/uvmain/caddy-baron
uvmain/caddy-baron
@snomiao/caddy-baron
/
eslint.config.mjs
14 lines
(12 loc)
•
303 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'
, }, }, {})