We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fed9c commit cc0445eCopy full SHA for cc0445e
2 files changed
index.js
@@ -26,7 +26,6 @@ export default {
26
'eslint:recommended'
27
],
28
29
- // TODO: preact-cli ships Jest now, Mocha may be a candidate for removal.
30
plugins: [
31
'compat',
32
'react',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-preact",
3
- "version": "1.5.0",
+ "version": "1.4.0",
4
"description": "Unopinionated base ESLint configuration for Preact and Preact CLI projects.",
5
"keywords": [
6
"eslint",
@@ -50,7 +50,6 @@
50
"@babel/plugin-syntax-class-properties": "^7.12.13",
51
"@babel/plugin-syntax-jsx": "^7.12.13",
52
"eslint-plugin-compat": "^4.0.0",
53
- "eslint-plugin-jest": "^25.2.4",
54
"eslint-plugin-react": "^7.27.0",
55
"eslint-plugin-react-hooks": "^4.3.0"
56
},
0 commit comments