Skip to content

Commit 34fa7e0

Browse files
committed
refactor: clarifying comment
1 parent af2bacb commit 34fa7e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ export default defineConfig([
3838
'lib/',
3939
'apps/example-web/dist/',
4040
'cpp/build/',
41+
// excludes all docs/ except:
42+
// - files directly in the docs/ directory
43+
// - the docs/src/examples directory
4144
'docs/**/*',
4245
'!docs/src',
4346
'!docs/src/examples',

0 commit comments

Comments
 (0)