We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2149869 commit aaac0a5Copy full SHA for aaac0a5
1 file changed
eslint.config.mjs
@@ -0,0 +1,11 @@
1
+import { sharedConfigs } from '@nodescript/eslint-config';
2
+
3
+export default [
4
+ ...sharedConfigs,
5
+ {
6
+ ignores: [
7
+ '**/docs/',
8
+ '**/out/',
9
+ ]
10
+ }
11
+];
0 commit comments