We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1640493 commit 09f88e3Copy full SHA for 09f88e3
packages/core/src/lint.ts
@@ -220,7 +220,7 @@ export async function lintEntityFile(opts: {
220
221
const ctx: WalkContext = {
222
problems: [],
223
- specVersion: 'entity' as SpecVersion,
+ specVersion: 'entity' as SpecVersion, // FIXME: this should be proper SpecVersion
224
config,
225
visitorsData: {},
226
};
packages/core/src/rules/common/__tests__/entity-key-valid.test.ts
@@ -17,7 +17,7 @@ function lintEntityKey(source: string): WalkContext['problems'] {
17
18
19
20
21
config: {} as Config,
22
23
0 commit comments