generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Ignore resolveLinks.ts from tsLint check
- Loading branch information
Showing
2 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,11 @@ export default tseslint.config( | |
...tseslint.configs.recommendedTypeChecked, | ||
...tseslint.configs.stylisticTypeChecked, | ||
], | ||
ignores: [ | ||
// This file is a copy of an openui5 resource. | ||
// which is located at https://github.com/SAP/openui5/blob/master/lib/jsdoc/transformApiJson.js | ||
Check warning on line 53 in eslint.config.js In Solidarity / Inclusive LanguageMatch Found
Raw output
|
||
"src/formatter/lib/resolveLinks.ts", | ||
], | ||
languageOptions: { | ||
ecmaVersion: 2022, | ||
sourceType: "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters