Skip to content

Commit

Permalink
remove global-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhxx committed Apr 16, 2022
1 parent 2721d40 commit 6b5809d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions base-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module.exports = {
"browser": true,
"commonjs": true,
"es6": true,
"node": true,
"jest": true
"node": true
},
"root": true,
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-proste",
"description": "preset eslint config",
"version": "2.8.0",
"version": "2.9.0",
"repository": "https://github.com/xyhxx/proste-eslint-config.git",
"author": "xyh <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6b5809d

Please sign in to comment.