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 eb4794e commit 2497f66Copy full SHA for 2497f66
eslint.config.js
@@ -2,7 +2,7 @@ import config from '@cycraft/eslint/config'
2
3
export default [
4
{
5
- ignores: ['**/dist/*'],
+ ignores: ['**/dist/*', '**/docs/*'],
6
},
7
...config,
8
0 commit comments