We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2719d6 commit 5bfe0e1Copy full SHA for 5bfe0e1
eslint.config.js
@@ -2,6 +2,7 @@ import { antfu } from '@antfu/eslint-config'
2
3
export default antfu(
4
{
5
+ ignores: [".github"],
6
type: 'lib',
7
formatters: true,
8
lessOpinionated: true,
0 commit comments