-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package.json): update package.json to include "type" field as "…
…module" for ES module support chore(package.json): rearrange scripts in package.json for better readability fix(ignore.ts): remove trailing whitespace and fix JSDoc comment formatting fix(import.ts): fix JSDoc comment formatting and disable eslint rule for ts-ignore fix(javascript.ts): fix JSDoc comment formatting fix(jsdoc.ts): fix JSDoc comment formatting fix(jsonc.ts): remove trailing whitespace fix(node.ts): fix JSDoc comment formatting fix(package-json.ts): fix JSDoc comment formatting fix(stylistic.ts): fix JSDoc comment formatting and disable eslint rule for ts-ignore fix(test.ts): fix JSDoc comment formatting fix(typescript.ts): fix JSDoc comment formatting fix(unicorn.ts): fix JSDoc comment formatting chore(eslint): update eslint configuration - Change single quotes to double quotes for consistency - Update indentation to use 2 spaces - Remove trailing spaces - Remove unused rules - Add missing rules - Update rule options to follow conventions - Update TypeScript parser options - Update TypeScript compiler options - Update tsconfig.json file fix(utils/glob.ts): add missing newline at the end of the file fix(utils/plugin.ts): add ts-nocheck comment to disable TypeScript checking for the file fix(utils/type.ts): add missing newline at the end of the file fix(utils/util.ts): add missing newline at the end of the file The changes were made to improve the code quality and maintainability of the project. The eslint configuration was updated to enforce consistent coding style and catch potential issues. The TypeScript parser and compiler options were also updated to align with the project requirements.
- Loading branch information
Showing
19 changed files
with
140 additions
and
138 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
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
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
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
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
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 |
---|---|---|
|
@@ -72,4 +72,4 @@ export function jsonc(options: OptionsStylistic & OptionsOverrides = {}): Config | |
}, | ||
}, | ||
] | ||
} | ||
} |
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
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
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
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
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
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
Oops, something went wrong.