Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 3, 2024
1 parent e0889b1 commit ca30043
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
18 changes: 9 additions & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"kravets.vscode-publint", // PubLint
"usernamehw.errorlens" // Error Lens
]
}
}
24 changes: 12 additions & 12 deletions config/eslint-config-types/linter-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
* An object containing settings related to the linting process.
*/
export interface LinterOptions {
/**
* A boolean value indicating if inline configuration is allowed.
*
* @see [Disabling inline configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#disabling-inline-configuration)
*/
noInlineConfig?: boolean;
/**
* A boolean value indicating if inline configuration is allowed.
*
* @see [Disabling inline configuration](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#disabling-inline-configuration)
*/
noInlineConfig?: boolean;

/**
* A boolean value indicating if unused disable directives should be tracked and reported.
*
* @see [Reporting unused disable directives](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#reporting-unused-disable-directives)
*/
reportUnusedDisableDirectives?: boolean;
/**
* A boolean value indicating if unused disable directives should be tracked and reported.
*
* @see [Reporting unused disable directives](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#reporting-unused-disable-directives)
*/
reportUnusedDisableDirectives?: boolean;
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

"extends": "@zayne-labs/tsconfig/bundler/dom/library",

"compilerOptions": {
Expand Down

0 comments on commit ca30043

Please sign in to comment.