Skip to content

Commit f00119e

Browse files
committed
Remove example linting for now
For some reason, it takes a long time to do it so we skip it for now.
1 parent 980da42 commit f00119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
]
3030
},
31-
"ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*.dist.js"],
31+
"ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*"],
3232
"overrides": [
3333
{
3434
"files": "mock/*.js",

0 commit comments

Comments
 (0)