diff --git a/editor.planx.uk/.eslintrc b/editor.planx.uk/.eslintrc index 54d1d6fbfd..98bfbe6b35 100644 --- a/editor.planx.uk/.eslintrc +++ b/editor.planx.uk/.eslintrc @@ -97,6 +97,12 @@ "extends": [ "plugin:testing-library/react" ] + }, + { + "files": [ "*.stories.tsx" ], + "rules": { + "@typescript-eslint/no-empty-function": "off" + } } ] } \ No newline at end of file