From 6e6237b586c908a2dae0039c934abc98daecec09 Mon Sep 17 00:00:00 2001 From: "TZU-YEN, CHANG" Date: Mon, 3 Jan 2022 18:26:58 +0800 Subject: [PATCH] fix(eslint-config-lite): remove jest env and update README.md --- packages/ESLintConfigLite/.eslintrc.json | 5 +---- packages/ESLintConfigLite/README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/ESLintConfigLite/.eslintrc.json b/packages/ESLintConfigLite/.eslintrc.json index 66fd5cb..735784d 100644 --- a/packages/ESLintConfigLite/.eslintrc.json +++ b/packages/ESLintConfigLite/.eslintrc.json @@ -5,10 +5,7 @@ "airbnb-base", "plugin:prettier/recommended" ], - "env": { - "node": true, - "jest": true - }, + "env": { "node": true }, "rules": { "prettier/prettier": [ "error", diff --git a/packages/ESLintConfigLite/README.md b/packages/ESLintConfigLite/README.md index 23b1d2e..1ff8a43 100644 --- a/packages/ESLintConfigLite/README.md +++ b/packages/ESLintConfigLite/README.md @@ -14,7 +14,7 @@ yarn add eslint prettier @alljoint-next/eslint-config-lite --dev 2. Setup Configuration ```sh -echo '{ "extends": "@alljoint-next" }' > .eslintrc.json +echo '{ "extends": "@alljoint-next/eslint-config-lite" }' > .eslintrc.json echo '**/node_modules/** ./node_modules/** **/.{git,svn,hg}/**