Spaces:
Runtime error
Runtime error
| module.exports = require('neostandard')({ | |
| ignores: [ | |
| ...require('neostandard').resolveIgnoresFromGitignore(), | |
| 'lib/schema-validator.js' | |
| ], | |
| ts: true | |
| }) | |