UNPKG

@eroscripts/funlib

Version:

A library for working with .funscript files

14 lines (11 loc) 308 B
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'], })