Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Frazer Smith <[email protected]>
Signed-off-by: Aras Abbasi <[email protected]>
  • Loading branch information
Uzlopak and Fdawgs authored Dec 23, 2024
1 parent f7003f9 commit 6a3616f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
'use strict'

module.exports = require('neostandard')({})
module.exports = require('neostandard')({
ignores: require('neostandard').resolveIgnoresFromGitignore(),
ts: true
})

0 comments on commit 6a3616f

Please sign in to comment.