Commit ca30043 1 parent e0889b1 commit ca30043 Copy full SHA for ca30043
File tree 4 files changed +22
-23
lines changed
config/eslint-config-types
4 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
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" : []
11
11
}
Original file line number Diff line number Diff line change 5
5
" kravets.vscode-publint" , // PubLint
6
6
" usernamehw.errorlens" // Error Lens
7
7
]
8
- }
8
+ }
Original file line number Diff line number Diff line change 2
2
* An object containing settings related to the linting process.
3
3
*/
4
4
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 ;
11
11
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 ;
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
-
3
2
"extends" : "@zayne-labs/tsconfig/bundler/dom/library" ,
4
3
5
4
"compilerOptions" : {
You can’t perform that action at this time.
0 commit comments