Skip to content

Commit ca30043

Browse files
[autofix.ci] apply automated fixes
1 parent e0889b1 commit ca30043

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

.changeset/config.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
5-
"fixed": [],
6-
"linked": [],
7-
"access": "restricted",
8-
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": []
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
1111
}

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"kravets.vscode-publint", // PubLint
66
"usernamehw.errorlens" // Error Lens
77
]
8-
}
8+
}

config/eslint-config-types/linter-options.d.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
* An object containing settings related to the linting process.
33
*/
44
export interface LinterOptions {
5-
/**
6-
* A boolean value indicating if inline configuration is allowed.
7-
*
8-
* @see [Disabling inline configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#disabling-inline-configuration)
9-
*/
10-
noInlineConfig?: boolean;
5+
/**
6+
* A boolean value indicating if inline configuration is allowed.
7+
*
8+
* @see [Disabling inline configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#disabling-inline-configuration)
9+
*/
10+
noInlineConfig?: boolean;
1111

12-
/**
13-
* A boolean value indicating if unused disable directives should be tracked and reported.
14-
*
15-
* @see [Reporting unused disable directives](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#reporting-unused-disable-directives)
16-
*/
17-
reportUnusedDisableDirectives?: boolean;
12+
/**
13+
* A boolean value indicating if unused disable directives should be tracked and reported.
14+
*
15+
* @see [Reporting unused disable directives](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#reporting-unused-disable-directives)
16+
*/
17+
reportUnusedDisableDirectives?: boolean;
1818
}

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"extends": "@zayne-labs/tsconfig/bundler/dom/library",
43

54
"compilerOptions": {

0 commit comments

Comments
 (0)