Skip to content

Commit

Permalink
fix(ls): fix file naming
Browse files Browse the repository at this point in the history
File naming with docs is causing corruption
of build fragments.

Refs #3549
  • Loading branch information
char0n committed Jan 17, 2024
1 parent 7671492 commit a435773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apidom-ls/src/config/common/schema/lint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import patternPropertiesTypeLint from './pattern-properties--type';
import patternPropertiesValuesTypeLint from './pattern-properties--values-type';
import propertiesTypeLint from './properties--type';
import propertiesValuesTypeLint from './properties--values-type';
import propertiesValuesTypeOpenAPI3_1_AsyncAPI2Lint from './properties--values-type-openapi-3.1-asyncapi-2';
import propertiesValuesTypeOpenAPI3_1_AsyncAPI2Lint from './properties--values-type-openapi-3-1-asyncapi-2';
import propertyNamesNonObjectLint from './property-names--non-object';
import propertyNamesTypeLint from './property-names--type';
import propertyNamesTypeOpenAPI3_1_AsyncAPI2Lint from './property-names--type-openapi-3-1-asyncapi-2';
Expand Down

0 comments on commit a435773

Please sign in to comment.