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 f513f40 commit bb72fbfCopy full SHA for bb72fbf
.eslintignore
eslint.config.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ ignores: [
3
+ "services/static-webserver/client/source/resource/",
4
+ "services/static-webserver/client/source-output/",
5
+ ]
6
+};
0 commit comments