diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 00000000..481db64d --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,10 @@ +'use strict' + +module.exports = require('neostandard')({ + ignores: [ + ...require('neostandard').resolveIgnoresFromGitignore(), + 'static', + 'tap-snapshots/*' + ], + ts: true +})