@agilebot/eslint-plugin 0.7.0-beta.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-plugin",
|
3
|
-
"version": "0.7.0
|
3
|
+
"version": "0.7.0",
|
4
4
|
"description": "Agilebot's ESLint plugin",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -21,10 +21,10 @@
|
|
21
21
|
"@eslint/compat": "^1.2.3",
|
22
22
|
"@typescript-eslint/utils": "~8.15.0",
|
23
23
|
"eslint-plugin-react": "^7.37.2",
|
24
|
-
"@agilebot/eslint-utils": "0.7.0
|
24
|
+
"@agilebot/eslint-utils": "0.7.0"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
|
-
"eslint": "^
|
27
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
28
28
|
},
|
29
29
|
"files": [
|
30
30
|
"dist"
|