@agilebot/eslint-config 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-config",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "Agilebot's ESLint config",
|
5
5
|
"bin": {
|
6
6
|
"eslint-agilebot": "bin/eslint-agilebot"
|
@@ -16,9 +16,6 @@
|
|
16
16
|
"directory": "packages/eslint-config"
|
17
17
|
},
|
18
18
|
"homepage": "https://github.com/sh-agilebot/frontend-toolkit/tree/master/packages/eslint-config#readme",
|
19
|
-
"engines": {
|
20
|
-
"node": "^18.0.0"
|
21
|
-
},
|
22
19
|
"dependencies": {
|
23
20
|
"@cspell/eslint-plugin": "^8.6.0",
|
24
21
|
"@stylistic/eslint-plugin": "^1.7.0",
|