Skip to content

Commit

Permalink
chore: add eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 8, 2024
1 parent 3599578 commit 216bceb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
'use strict'

module.exports = require('neostandard')({
ignores: [
...require('neostandard').resolveIgnoresFromGitignore(),
'static',
'tap-snapshots/*'
],
ts: true
})

0 comments on commit 216bceb

Please sign in to comment.