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 8937d61 commit 741c843Copy full SHA for 741c843
_config.yml
@@ -213,7 +213,7 @@ exclude:
213
- README.md
214
- LICENSE
215
- purgecss.js
216
- - rollup.config.js
+ - "*.config.js"
217
- "package*.json"
218
219
jekyll-archives:
eslint.config.js
@@ -0,0 +1,5 @@
1
+export default [
2
+ {
3
+ files: ['_javascript/**/*.js']
4
+ }
5
+];
0 commit comments