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 08fb975 commit 0674d99Copy full SHA for 0674d99
eslint.config.js
@@ -2,7 +2,7 @@ import { antfu } from '@antfu/eslint-config'
2
3
export default antfu(
4
{
5
- ignores: [".github"],
+ ignores: ['.github'],
6
type: 'lib',
7
formatters: true,
8
lessOpinionated: true,
0 commit comments