Skip to content

Commit aaba1cf

Browse files
committed
fix: set lint ignore pattern to match new layouts path
1 parent 7faf688 commit aaba1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ignorePatterns: ["layouts/page/single.json", "package.json", "package-lock.json", "assets/js/bootstrap.js"]
2+
ignorePatterns: ["layouts/single.json", "package.json", "package-lock.json", "assets/js/bootstrap.js"]
33
parserOptions:
44
ecmaVersion: latest
55
sourceType: module

0 commit comments

Comments
 (0)