@agilebot/eslint-config 0.4.2 → 0.4.3
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/dist/cli.js +1 -1
- package/dist/index.js +4 -3
- package/package.json +3 -4
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license @agilebot/eslint-config v0.4.
|
|
2
|
+
* @license @agilebot/eslint-config v0.4.3
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Agilebot, Inc. and its affiliates.
|
|
5
5
|
*
|
|
@@ -455,7 +455,8 @@ function react(opts) {
|
|
|
455
455
|
"@eslint-react",
|
|
456
456
|
"react-hooks",
|
|
457
457
|
"jsx-a11y",
|
|
458
|
-
"@stylistic"
|
|
458
|
+
"@stylistic",
|
|
459
|
+
"@agilebot"
|
|
459
460
|
],
|
|
460
461
|
extends: ["plugin:jsx-a11y/recommended"],
|
|
461
462
|
rules: {
|
|
@@ -508,7 +509,7 @@ function react(opts) {
|
|
|
508
509
|
// recommended rules from @eslint-react/hooks-extra
|
|
509
510
|
"@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn",
|
|
510
511
|
// recommended rules react-hooks
|
|
511
|
-
"react-
|
|
512
|
+
"@agilebot/react-rules-of-hooks": "error",
|
|
512
513
|
// recommended rules from @eslint-react/naming-convention
|
|
513
514
|
"@eslint-react/naming-convention/component-name": "error",
|
|
514
515
|
"@eslint-react/naming-convention/use-state": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agilebot/eslint-config",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Agilebot's ESLint config",
|
|
5
5
|
"bin": {
|
|
6
6
|
"eslint-agilebot": "bin/eslint-agilebot"
|
|
@@ -38,20 +38,19 @@
|
|
|
38
38
|
"eslint-plugin-prettier": "^5.2.1",
|
|
39
39
|
"eslint-plugin-promise": "^7.1.0",
|
|
40
40
|
"eslint-plugin-react": "^7.35.0",
|
|
41
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
42
41
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
43
42
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
44
43
|
"eslint-plugin-vue": "^9.27.0",
|
|
45
44
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
|
|
46
45
|
"vue-eslint-parser": "^9.4.3",
|
|
47
|
-
"@agilebot/eslint-utils": "0.4.
|
|
46
|
+
"@agilebot/eslint-utils": "0.4.3"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
49
|
"eslint-config-love": "^63.0.0"
|
|
51
50
|
},
|
|
52
51
|
"peerDependencies": {
|
|
53
52
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
|
54
|
-
"@agilebot/eslint-plugin": "0.4.
|
|
53
|
+
"@agilebot/eslint-plugin": "0.4.3"
|
|
55
54
|
},
|
|
56
55
|
"files": [
|
|
57
56
|
"bin",
|