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