aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-09-19 15:47:08 +0200
committerArmand Philippot <git@armandphilippot.com>2023-09-19 19:16:58 +0200
commit03331c44276ec56e9f235e4d5ee75030455a753f (patch)
treeb9248a7db3090e02bf38fe573f2ea973ed8a1561 /.eslintrc.json
parent2faf2e34331703b3bdea3eb487cb8799c8d65377 (diff)
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
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json18
1 files changed, 0 insertions, 18 deletions
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]"
- }
- ]
- }
-}