isaacscript-lint 1.0.118 → 1.0.119
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 +0 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -208,7 +208,6 @@ Optionally, you can also provide a hint to anyone cloning your repository that t
|
|
|
208
208
|
- [`eslint-config-airbnb-typescript`](https://github.com/iamturns/eslint-config-airbnb-typescript) - Enhances the Airbnb rules with TypeScript support.
|
|
209
209
|
- [`eslint-config-isaacscript`](https://github.com/IsaacScript/eslint-config-isaacscript) - Contains the master ESLint configuration.
|
|
210
210
|
- [`eslint-config-prettier`](https://github.com/prettier/eslint-config-prettier) - Turns off all rules that conflict with Prettier.
|
|
211
|
-
- [`eslint-plugin-comment-length`](https://github.com/lasselupe33/eslint-plugin-comment-length) - A plugin that provides rules for automatically fixing long comments.
|
|
212
211
|
- [`eslint-plugin-isaacscript`](https://github.com/IsaacScript/eslint-plugin-isaacscript) - A plugin that provides a collection of miscellaneous rules that help keep code safe.
|
|
213
212
|
- [`eslint-plugin-eslint-comments`](https://github.com/mysticatea/eslint-plugin-eslint-comments) - A plugin that provides rules relating to ESLint comments.
|
|
214
213
|
- [`eslint-plugin-import`](https://github.com/benmosher/eslint-plugin-import) - Required as a peer dependency for `eslint-config-airbnb-base`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-lint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.119",
|
|
4
4
|
"description": "An updatable linting dependency container for IsaacScript and TypeScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
"eslint": "^8.15.0",
|
|
17
17
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
18
18
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
19
|
-
"eslint-config-isaacscript": "^1.0.
|
|
19
|
+
"eslint-config-isaacscript": "^1.0.68",
|
|
20
20
|
"eslint-config-prettier": "^8.5.0",
|
|
21
|
-
"eslint-plugin-comment-length-2": "^0.5.8",
|
|
22
21
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
23
22
|
"eslint-plugin-import": "^2.26.0",
|
|
24
23
|
"eslint-plugin-isaacscript": "^1.0.9",
|