Skip to content

Commit 97d1346

Browse files
is it this
1 parent 7177a6a commit 97d1346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typescript-eslint/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ use our new package); however legacy configs consumed via `@eslint/eslintrc`
2929
would never be able to satisfy this constraint and thus users would be blocked
3030
from using them.
3131
*/
32-
export const plugin: TSESLint.FlatConfig.Plugin = pluginBase as Omit<
32+
const plugin: TSESLint.FlatConfig.Plugin = pluginBase as Omit<
3333
typeof pluginBase,
3434
'configs'
3535
>;
3636

3737
const { flatConfigs, parser } = rawPlugin;
3838

39-
export const configs = {
39+
const configs = {
4040
/**
4141
* Enables each the rules provided as a part of typescript-eslint. Note that many rules are not applicable in all codebases, or are meant to be configured.
4242
* @see {@link https://typescript-eslint.io/users/configs#all}

0 commit comments

Comments
 (0)