Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 2, 2024
1 parent af72cb0 commit 5fe76a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import config from '@pengzhanbo/eslint-config'
export default config({}, {
files: ['**/*.md/*.{js,ts}'],
rules: {
'node/prefer-global/buffer': 'off'
}
'node/prefer-global/buffer': 'off',
},
})

0 comments on commit 5fe76a1

Please sign in to comment.