Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 7, 2023
1 parent b18eede commit cc8c1fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import { sxzz } from '@sxzz/eslint-config'

export default sxzz()
export default sxzz({
rules: {
'unicorn/filename-case': 'off',
},
})

0 comments on commit cc8c1fc

Please sign in to comment.