Skip to content

Commit

Permalink
feat(utilities): Added match-sorter and remove-accent modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 2, 2024
1 parent dbf62fe commit 3eeff01
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 204 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ export default getStormConfig({
},
markdown: true,
react: false,
typescriptEslintConfigType: "base",
useUnicorn: true
});
3 changes: 3 additions & 0 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"match-sorter": "^8.0.0"
}
}
2 changes: 2 additions & 0 deletions packages/utilities/src/helper-fns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export * from "./get-unique";
export * from "./is-deep-equal";
export * from "./is-production";
export * from "./is-runtime-server";
export * from "./match-sorter";
export * from "./noop";
export * from "./remove-accents";
export * from "./remove-empty-items";
export * from "./set-field";
export * from "./to-deep-key";
Expand Down
Loading

0 comments on commit 3eeff01

Please sign in to comment.