@agilebot/eslint-config 0.6.1 → 0.7.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,20 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-config",
3
- "version": "0.6.1",
3
+ "version": "0.7.0-beta.2",
4
4
  "description": "Agilebot's ESLint config",
5
5
  "bin": {
6
6
  "eslint-agilebot": "bin/eslint-agilebot"
7
7
  },
8
- "main": "dist/index.js",
9
- "types": "dist/index.d.ts",
8
+ "main": "./dist/index.js",
9
+ "module": "./dist/index.mjs",
10
+ "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.js"
16
+ }
17
+ },
10
18
  "license": "MIT",
11
19
  "keywords": [
12
20
  "eslint",
@@ -21,9 +29,11 @@
21
29
  "@cspell/eslint-plugin": "^8.16.0",
22
30
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
23
31
  "@eslint-react/eslint-plugin": "^1.16.2",
32
+ "@eslint/js": "^9.15.0",
24
33
  "@stylistic/eslint-plugin": "^2.11.0",
25
34
  "@typescript-eslint/eslint-plugin": "~8.15.0",
26
35
  "@typescript-eslint/parser": "~8.15.0",
36
+ "add": "^2.0.6",
27
37
  "eslint-config-godaddy": "^6.0.0",
28
38
  "eslint-config-prettier": "^9.1.0",
29
39
  "eslint-import-resolver-oxc": "^0.4.0",
@@ -32,6 +42,7 @@
32
42
  "eslint-plugin-import-x": "^4.4.2",
33
43
  "eslint-plugin-jsdoc": "^50.5.0",
34
44
  "eslint-plugin-jsx-a11y": "^6.10.2",
45
+ "eslint-plugin-mocha": "^10.5.0",
35
46
  "eslint-plugin-n": "^17.13.2",
36
47
  "eslint-plugin-no-relative-import-paths": "^1.5.5",
37
48
  "eslint-plugin-prefer-arrow-functions": "^3.4.1",
@@ -44,18 +55,19 @@
44
55
  "eslint-plugin-vue": "^9.31.0",
45
56
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
46
57
  "find-up": "^5.0.0",
58
+ "globals": "^15.12.0",
47
59
  "picocolors": "^1.1.0",
48
60
  "vue-eslint-parser": "^9.4.3",
49
61
  "yargs": "^17.7.2",
50
- "@agilebot/eslint-utils": "0.6.1"
62
+ "@agilebot/eslint-utils": "0.7.0-beta.2"
51
63
  },
52
64
  "devDependencies": {
53
65
  "@types/yargs": "^17.0.33",
54
66
  "eslint-config-love": "^89.0.1"
55
67
  },
56
68
  "peerDependencies": {
57
- "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
58
- "@agilebot/eslint-plugin": "0.6.1"
69
+ "eslint": "^8.57.0 || ^9.0.0",
70
+ "@agilebot/eslint-plugin": "0.7.0-beta.2"
59
71
  },
60
72
  "files": [
61
73
  "bin",