Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 17, 2024
1 parent b05c689 commit b688b16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import unjs from 'eslint-config-unjs';

export default unjs(
{ ignores: [] },
{
ignores: [
"test/fixture/jsonc/package.json"
]
},
{ rules: {} }
);

0 comments on commit b688b16

Please sign in to comment.