@sapphire/eslint-config 4.3.8-next.dd7beea.0 β 4.3.8-next.e64e3d9.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.
- package/README.md +3 -0
- package/dist/index.js +2 -0
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -121,6 +121,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
121
121
|
</tr>
|
|
122
122
|
<tr>
|
|
123
123
|
<td align="center"><a href="https://github.com/MajesticString"><img src="https://avatars.githubusercontent.com/u/66224939?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harry Allen</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=MajesticString" title="Documentation">π</a></td>
|
|
124
|
+
<td align="center"><a href="https://github.com/EvolutionX-10"><img src="https://avatars.githubusercontent.com/u/85353424?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evo</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=EvolutionX-10" title="Code">π»</a></td>
|
|
125
|
+
<td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">π»</a></td>
|
|
126
|
+
<td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">π»</a></td>
|
|
124
127
|
</tr>
|
|
125
128
|
</table>
|
|
126
129
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/eslint-config",
|
|
3
|
-
"version": "4.3.8-next.
|
|
3
|
+
"version": "4.3.8-next.e64e3d9.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": "
|
|
16
|
+
"test": "vitest run",
|
|
17
17
|
"prelint": "yarn test && yarn build",
|
|
18
18
|
"build": "tsup",
|
|
19
19
|
"prepack": "yarn build",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"check-update": "cliff-jumper --dry-run"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
25
|
-
"@typescript-eslint/parser": "^5.
|
|
26
|
-
"eslint": "^8.
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
25
|
+
"@typescript-eslint/parser": "^5.30.7",
|
|
26
|
+
"eslint": "^8.20.0",
|
|
27
27
|
"eslint-config-prettier": "^8.5.0",
|
|
28
|
-
"eslint-plugin-prettier": "^4.
|
|
28
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
29
29
|
"prettier": "^2.7.1",
|
|
30
30
|
"typescript": "^4.7.4"
|
|
31
31
|
},
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"
|
|
63
|
+
"@favware/cliff-jumper": "^1.8.5",
|
|
64
|
+
"tsup": "^6.1.3"
|
|
64
65
|
}
|
|
65
66
|
}
|