fix(ci): silence linter, take 3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 May 2024 20:49:24 +0000 (22:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 May 2024 20:49:24 +0000 (22:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
eslint.config.js

index 88be9a702a785dd526601325f3920ebad77572c8..7ada77c24d8338259d853853339f72857650a9a9 100644 (file)
@@ -43,6 +43,12 @@ export default defineFlatConfig([
       '@stylistic/operator-linebreak': 'off',
     },
   },
+  {
+    files: ['examples/**/*.ts'],
+    rules: {
+      'no-undef': 'off',
+    },
+  },
   {
     files: ['examples/**/*.js', 'examples/**/*.cjs'],
     rules: {