UNPKG
@eroscripts/funlib
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.1.1
0.1.0
A library for working with .funscript files
@eroscripts/funlib
/
eslint.config.js
14 lines
(11 loc)
•
308 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
({ }) .
overrideRules
({
'no-console'
:
'off'
,
'antfu/no-top-level-await'
:
'off'
,
'antfu/if-newline'
:
'off'
,
'style/max-statements-per-line'
:
'off'
,
'one-var'
:
'off'
,
'node/prefer-global/process'
: [
'warn'
,
'always'
], })