Skip to content

Commit

Permalink
fix(eslint-config-lite): remove jest env and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed Jan 3, 2022
1 parent 02f12e5 commit 6e6237b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/ESLintConfigLite/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"airbnb-base",
"plugin:prettier/recommended"
],
"env": {
"node": true,
"jest": true
},
"env": { "node": true },
"rules": {
"prettier/prettier": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion packages/ESLintConfigLite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}/**
Expand Down

0 comments on commit 6e6237b

Please sign in to comment.