@storybook/csf 0.1.10--canary.99.d6ab1d5.0 → 0.1.10--canary.99.ba76785.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.10--canary.99.d6ab1d5.0",
3
+ "version": "0.1.10--canary.99.ba76785.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",
@@ -62,6 +62,7 @@
62
62
  "@storybook/eslint-config-storybook"
63
63
  ],
64
64
  "rules": {
65
+ "@typescript-eslint/no-empty-interface": "off",
65
66
  "import/no-unresolved": "error",
66
67
  "jest/expect-expect": [
67
68
  "warn",