Skip to content

Commit

Permalink
Remove example linting for now
Browse files Browse the repository at this point in the history
For some reason, it takes a long time to do it so we skip it for now.
  • Loading branch information
niksy committed Sep 16, 2024
1 parent 980da42 commit f00119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
]
},
"ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*.dist.js"],
"ignorePatterns": ["helpers/esbuild/shim.js", "example/**/*"],
"overrides": [
{
"files": "mock/*.js",
Expand Down

0 comments on commit f00119e

Please sign in to comment.