Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f503429

Browse filesBrowse files
committed
chore: remove unnecessary eslint-disable comments
1 parent 8e3609b commit f503429
Copy full SHA for f503429

File tree

Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed

‎packages/eslint-plugin/src/rules/consistent-type-imports.ts

Copy file name to clipboardExpand all lines: packages/eslint-plugin/src/rules/consistent-type-imports.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default createRule<Options, MessageIds>({
119119
ImportDeclaration(node): void {
120120
const source = node.source.value;
121121
// sourceImports is the object containing all the specifics for a particular import source, type or value
122-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
123122
sourceImportsMap[source] ??= {
124123
source,
125124
reportValueImports: [], // if there is a mismatch where type importKind but value specifiers

‎packages/website/src/components/config/ConfigTypeScript.tsx

Copy file name to clipboardExpand all lines: packages/website/src/components/config/ConfigTypeScript.tsx
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function ConfigTypeScript(props: ConfigTypeScriptProps): React.JSX.Element {
3535
getTypescriptOptions().reduce<Record<string, ConfigOptionsType>>(
3636
(group, item) => {
3737
const category = item.category!.message;
38-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
3938
group[category] ??= {
4039
heading: category,
4140
fields: [],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.