Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 18, 2024
1 parent 1579b5e commit 5066dc7
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 228 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js → eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { sxzz } = require('@sxzz/eslint-config')
module.exports = sxzz([
import { sxzz } from '@sxzz/eslint-config'
export default sxzz([
{
files: ['README.md/*.ts'],
rules: {
Expand Down
Loading

0 comments on commit 5066dc7

Please sign in to comment.