11 lines
157 B
JavaScript
Raw Normal View History

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