Skip to content

Commit cc0445e

Browse files
committed
revert version + remove comment about jest and eslint-plugin-jest
1 parent f9fed9c commit cc0445e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default {
2626
'eslint:recommended'
2727
],
2828

29-
// TODO: preact-cli ships Jest now, Mocha may be a candidate for removal.
3029
plugins: [
3130
'compat',
3231
'react',

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-preact",
3-
"version": "1.5.0",
3+
"version": "1.4.0",
44
"description": "Unopinionated base ESLint configuration for Preact and Preact CLI projects.",
55
"keywords": [
66
"eslint",
@@ -50,7 +50,6 @@
5050
"@babel/plugin-syntax-class-properties": "^7.12.13",
5151
"@babel/plugin-syntax-jsx": "^7.12.13",
5252
"eslint-plugin-compat": "^4.0.0",
53-
"eslint-plugin-jest": "^25.2.4",
5453
"eslint-plugin-react": "^7.27.0",
5554
"eslint-plugin-react-hooks": "^4.3.0"
5655
},

0 commit comments

Comments
 (0)