Skip to content

Commit ccf4190

Browse files
committed
added changeset
1 parent d97fc5a commit ccf4190

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/swift-cobras-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
NEW PLUGIN: Compare operation/fragment name to the file name

packages/plugin/src/rules/match-document-filename.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function checkNameValidity(
1717
fileName: string,
1818
options: MatchDocumentFilenameRuleConfig[number]
1919
): boolean {
20+
// TODO: Implement this
2021
return true;
2122
}
2223

0 commit comments

Comments
 (0)