Skip to content

Commit

Permalink
Fix build for CJS and remove filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Nov 10, 2024
1 parent ed7e160 commit 46ee6fe
Show file tree
Hide file tree
Showing 7 changed files with 1,126 additions and 931 deletions.
2 changes: 1 addition & 1 deletion .storybook/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.6.0'
const PACKAGE_VERSION = '2.6.3'
const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"crossorigin",
"deepmerge",
"derequire",
"filesize",
"getusermedia",
"ICPU",
"initialise",
Expand Down
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import * as regexpPlugin from "eslint-plugin-regexp";
import pluginSecurity from "eslint-plugin-security";
import globals from "globals";
import tseslint from "typescript-eslint";
import storybook from "eslint-plugin-storybook";
// import storybook from "eslint-plugin-storybook";

// Good reference: https://github.com/dustinspecker/awesome-eslint#readme

export default tseslint.config(
eslint.configs.all,
...tseslint.configs.strictTypeChecked,
...tseslint.configs.stylisticTypeChecked,
...storybook.configs["flat/recommended"],
// ...storybook.configs["flat/recommended"],
eslintPluginImportX.flatConfigs.recommended,
eslintPluginImportX.flatConfigs.typescript,
pluginSecurity.configs.recommended,
Expand Down
Loading

0 comments on commit 46ee6fe

Please sign in to comment.