From 03331c44276ec56e9f235e4d5ee75030455a753f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 19 Sep 2023 15:47:08 +0200 Subject: build(deps): bump all dependencies * MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files --- .eslintrc.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .eslintrc.json (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 321f511..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": [ - "next/core-web-vitals", - "prettier", - "plugin:storybook/recommended" - ], - "plugins": ["formatjs"], - "rules": { - "formatjs/enforce-default-message": ["error", "literal"], - "formatjs/enforce-description": ["error", "literal"], - "formatjs/enforce-id": [ - "error", - { - "idInterpolationPattern": "[sha512:contenthash:base64:6]" - } - ] - } -} -- cgit v1.2.3