Skip to content

Commit f49f672

Browse files
feat: export globals
1 parent b6701b0 commit f49f672

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ export const config = (...configs: tseslint.ConfigWithExtends[]) => tseslint.con
121121
* export a `config` function that merges the base configs with the provided ones.
122122
*/
123123
export default { config };
124+
125+
/**
126+
* export primitives that may be useful for extending the base configs.
127+
*/
128+
export { globals };

0 commit comments

Comments
 (0)