Skip to content

Commit 9f4a60a

Browse files
committed
refactor(project): Ignore ESLint "check-tag-names" rule for Workspace.js
1 parent 538b76e commit 9f4a60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/project/lib/graph/Workspace.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jsdoc/check-tag-names */
12
import fs from "graceful-fs";
23
import {globby, isDynamicPattern} from "globby";
34
import path from "node:path";

0 commit comments

Comments
 (0)