eslint-config-badboyku 1.0.21 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Shared eslint+prettier configuration with react/jest/typescript support.
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
### Setup
|
|
7
|
-
1. Install the package: `yarn add --dev eslint-config-badboyku`
|
|
7
|
+
1. Install the package: `npm install --save-dev eslint-config-badboyku` or `yarn add --dev eslint-config-badboyku`
|
|
8
8
|
|
|
9
9
|
2. Create a file named `.eslintrc.js` at the root and add the following:
|
|
10
10
|
```js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-badboyku",
|
|
3
3
|
"description": "Shared eslint+prettier configuration with react/jest/typescript support.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.24",
|
|
5
5
|
"author": "badboyku",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"trailingComma": "all"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
25
|
-
"@typescript-eslint/parser": "^5.59.
|
|
26
|
-
"eslint": "^8.
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
|
25
|
+
"@typescript-eslint/parser": "^5.59.11",
|
|
26
|
+
"eslint": "^8.42.0",
|
|
27
27
|
"eslint-config-airbnb": "^19.0.4",
|
|
28
28
|
"eslint-config-prettier": "^8.8.0",
|
|
29
29
|
"eslint-plugin-import": "^2.27.5",
|
|
30
30
|
"eslint-plugin-jest": "^27.2.1",
|
|
31
|
-
"eslint-plugin-jest-dom": "^
|
|
31
|
+
"eslint-plugin-jest-dom": "^5.0.1",
|
|
32
32
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
33
33
|
"eslint-plugin-prettier": "^4.2.1",
|
|
34
34
|
"eslint-plugin-react": "^7.32.2",
|
|
35
35
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
36
|
-
"eslint-plugin-testing-library": "^5.
|
|
36
|
+
"eslint-plugin-testing-library": "^5.11.0",
|
|
37
37
|
"prettier": "^2.8.8",
|
|
38
38
|
"typescript": "^5.0.4"
|
|
39
39
|
}
|