Skip to content

Commit

Permalink
pkg: update lint rule file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Jan 15, 2025
1 parent 886f651 commit 1888c54
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ module.exports = [
'bin/hsd-cli',
'bin/hsw-cli',
'etc/genesis',
'**/*.cjs',
'**/*.mjs',
'**/*.js',
'*.js',
'*.mjs',
'*.cjs'
'*.js'
],
languageOptions: {
sourceType: 'commonjs'
Expand Down

0 comments on commit 1888c54

Please sign in to comment.