We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6874c20 commit bf55bebCopy full SHA for bf55beb
21 files changed
eslint.config.mjs
@@ -3,4 +3,8 @@ import { luxass } from "@luxass/eslint-config";
3
4
export default luxass({
5
formatters: true,
6
+}, {
7
+ ignores: [
8
+ "./src/v*.ts",
9
+ ],
10
});
0 commit comments