download
raw
563 Bytes
'use strict'
const { defineConfig, globalIgnores } = require('eslint/config')
const neostandard = require('neostandard')
module.exports = defineConfig([
neostandard({
ts: true
}),
globalIgnores([
'pino.d.ts',
'test/fixtures/syntax-error-esm.mjs',
'test/fixtures/ts/*cjs',
]),
{
rules: {
'no-var': 'off',
},
},
{
files: ['test/types/**/*'],
rules: {
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'n/handle-callback-err': 'off',
},
},
])

Xet Storage Details

Size:
563 Bytes
·
Xet hash:
c9cd0b60a62dd63cc74000b6f8e6b9cd5fa7752aedb35aef8801ab11ae474704

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.