Files
memecoin-botV2/.pnpm-store/v10/files/f8/072bebe19e84277d891dea6f226efbab9dc22868c7f14d88353abadccda04f9a3559b849a689af98135d30df356477e6c57e5d54ac86ccf7db9b61e2afe68e

11 lines
157 B
Plaintext

'use strict'
const neostandard = require('neostandard')
module.exports = neostandard({
ignores: [
'test/ts/**/*',
'test/syntax-error.mjs'
]
})