@sapphire/eslint-config 4.3.7 → 4.3.8-next.4be44aa.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +9 -8
package/dist/index.js CHANGED
@@ -1,4 +1,6 @@
1
1
  "use strict";
2
+ "use strict";
3
+
2
4
  // src/index.ts
3
5
  var eslintConfig = {
4
6
  root: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "4.3.7",
3
+ "version": "4.3.8-next.4be44aa.0",
4
4
  "description": "Standard ESLint config for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/eslint-config",
15
15
  "scripts": {
16
- "test": "jest",
16
+ "test": "vitest run",
17
17
  "prelint": "yarn test && yarn build",
18
18
  "build": "tsup",
19
19
  "prepack": "yarn build",
@@ -21,13 +21,13 @@
21
21
  "check-update": "cliff-jumper --dry-run"
22
22
  },
23
23
  "dependencies": {
24
- "@typescript-eslint/eslint-plugin": "^5.28.0",
25
- "@typescript-eslint/parser": "^5.28.0",
26
- "eslint": "^8.17.0",
24
+ "@typescript-eslint/eslint-plugin": "^5.30.0",
25
+ "@typescript-eslint/parser": "^5.30.0",
26
+ "eslint": "^8.18.0",
27
27
  "eslint-config-prettier": "^8.5.0",
28
- "eslint-plugin-prettier": "^4.0.0",
29
- "prettier": "^2.6.2",
30
- "typescript": "^4.7.3"
28
+ "eslint-plugin-prettier": "^4.2.1",
29
+ "prettier": "^2.7.1",
30
+ "typescript": "^4.7.4"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
@@ -60,6 +60,7 @@
60
60
  "access": "public"
61
61
  },
62
62
  "devDependencies": {
63
+ "@favware/cliff-jumper": "^1.8.5",
63
64
  "tsup": "^6.1.2"
64
65
  }
65
66
  }