Skip to content

Commit

Permalink
feat: export globals
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 18, 2024
1 parent b6701b0 commit f49f672
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ export const config = (...configs: tseslint.ConfigWithExtends[]) => tseslint.con
* export a `config` function that merges the base configs with the provided ones.
*/
export default { config };

/**
* export primitives that may be useful for extending the base configs.
*/
export { globals };

0 comments on commit f49f672

Please sign in to comment.