isaacscript-lint 5.1.0 → 5.1.2
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 +14 -16
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -234,27 +234,25 @@ Optionally, you can also provide a hint to anyone cloning your repository that t
|
|
|
234
234
|
## Package Documentation
|
|
235
235
|
|
|
236
236
|
- [`@prettier/plugin-xml`](https://github.com/prettier/plugin-xml) - Allows Prettier to format XML files, which are common in some kinds of projects.
|
|
237
|
-
- [`@typescript-eslint/eslint-plugin`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin) -
|
|
238
|
-
- [`@typescript-eslint/parser`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser) -
|
|
237
|
+
- [`@typescript-eslint/eslint-plugin`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin) - Provides ESLint rules relating to TypeScript.
|
|
238
|
+
- [`@typescript-eslint/parser`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser) - Provides the ability for ESLint to work with TypeScript.
|
|
239
239
|
- [`cspell`](https://github.com/streetsidesoftware/cspell) - A spell checker for code that is intended to be paired with the [Code Spell Checker VSCode extension](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker).
|
|
240
240
|
- [`cspell-check-unused-words`](https://github.com/Zamiell/cspell-check-unused-words) - A helpful script that can detect unused words inside your CSpell configuration, allowing you to clean up unnecessary entries.
|
|
241
241
|
- [`eslint`](https://github.com/eslint/eslint) - The main linter engine for JavaScript/TypeScript, as explained above.
|
|
242
|
-
- [`eslint-config-airbnb-base`](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base) - ESLint rules that conform to the Airbnb style guide.
|
|
243
|
-
- [`eslint-config-airbnb-typescript`](https://github.com/iamturns/eslint-config-airbnb-typescript) - Enhances the Airbnb rules with TypeScript support.
|
|
244
242
|
- [`eslint-config-isaacscript`](https://github.com/IsaacScript/isaacscript/tree/main/packages/eslint-config-isaacscript) - Contains the master ESLint configuration.
|
|
245
243
|
- [`eslint-config-prettier`](https://github.com/prettier/eslint-config-prettier) - Turns off all rules that conflict with Prettier.
|
|
246
|
-
- [`eslint-plugin-deprecation`](https://github.com/gund/eslint-plugin-deprecation) -
|
|
247
|
-
- [`eslint-plugin-eslint-comments`](https://github.com/mysticatea/eslint-plugin-eslint-comments) -
|
|
248
|
-
- [`eslint-plugin-import`](https://github.com/benmosher/eslint-plugin-import) -
|
|
249
|
-
- [`eslint-plugin-isaacscript`](https://github.com/IsaacScript/isaacscript/tree/main/packages/eslint-plugin-isaacscript) -
|
|
250
|
-
- [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) -
|
|
251
|
-
- [`eslint-plugin-n`](https://github.com/eslint-community/eslint-plugin-n) -
|
|
252
|
-
- [`eslint-plugin-no-autofix`](https://github.com/aladdin-add/eslint-plugin/tree/master) -
|
|
253
|
-
- [`eslint-plugin-only-warn`](https://github.com/bfanger/eslint-plugin-only-warn) -
|
|
254
|
-
- [`eslint-plugin-unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn) -
|
|
244
|
+
- [`eslint-plugin-deprecation`](https://github.com/gund/eslint-plugin-deprecation) - Provides an ESLint rule that finds deprecated code.
|
|
245
|
+
- [`eslint-plugin-eslint-comments`](https://github.com/mysticatea/eslint-plugin-eslint-comments) - Provides ESLint rules relating to ESLint comments.
|
|
246
|
+
- [`eslint-plugin-import`](https://github.com/benmosher/eslint-plugin-import) - Provides ESLint rules relating to importing and exporting. (Note that this uses the [`eslint-plugin-i`](https://github.com/un-es/eslint-plugin-i) fork under the hood.)
|
|
247
|
+
- [`eslint-plugin-isaacscript`](https://github.com/IsaacScript/isaacscript/tree/main/packages/eslint-plugin-isaacscript) - Provides ESLint rules that format comments and other miscellaneous things.
|
|
248
|
+
- [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) - Provides ESLint rules relating to [JSDoc comments](https://en.wikipedia.org/wiki/JSDoc)
|
|
249
|
+
- [`eslint-plugin-n`](https://github.com/eslint-community/eslint-plugin-n) - Provides ESLint rules relating to [Node.js](https://nodejs.org/en). (`eslint-plugin-n` is a fork of [`eslint-plugin-node`](https://github.com/mysticatea/eslint-plugin-node).)
|
|
250
|
+
- [`eslint-plugin-no-autofix`](https://github.com/aladdin-add/eslint-plugin/tree/master) - Provides modified ESLint rules that have the auto-fixer disabled.
|
|
251
|
+
- [`eslint-plugin-only-warn`](https://github.com/bfanger/eslint-plugin-only-warn) - Turns all ESLint errors to warnings.
|
|
252
|
+
- [`eslint-plugin-unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn) - Provides various miscellaneous ESLint rules.
|
|
255
253
|
- [`knip`](https://github.com/webpro/knip) - A tool to look for unused files, dependencies, and exports.
|
|
256
|
-
- [`prettier`](https://github.com/prettier/prettier) -
|
|
257
|
-
- [`prettier-plugin-organize-imports`](https://github.com/simonhaenisch/prettier-plugin-organize-imports) - A plugin used because Prettier will not organize imports automatically.
|
|
258
|
-
- [`ts-prune
|
|
254
|
+
- [`prettier`](https://github.com/prettier/prettier) - The main code formatter, as explained above.
|
|
255
|
+
- [`prettier-plugin-organize-imports`](https://github.com/simonhaenisch/prettier-plugin-organize-imports) - A plugin used because Prettier will not organize imports automatically.
|
|
256
|
+
- [`ts-prune`](https://github.com/nadeesha/ts-prune) - A tool to look for unused exports. (This is not needed if you use `knip`.)
|
|
259
257
|
|
|
260
258
|
<br>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-lint",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "A linting dependency meta-package for IsaacScript and TypeScript projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaacscript",
|
|
@@ -22,13 +22,11 @@
|
|
|
22
22
|
"type": "commonjs",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@prettier/plugin-xml": "^3.1.1",
|
|
25
|
-
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
26
25
|
"@typescript-eslint/parser": "^6.2.1",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
27
27
|
"cspell": "^6.31.2",
|
|
28
28
|
"cspell-check-unused-words": "^1.0.4",
|
|
29
29
|
"eslint": "^8.46.0",
|
|
30
|
-
"eslint-config-airbnb-base": "^15.0.0",
|
|
31
|
-
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
32
30
|
"eslint-config-isaacscript": "^4.0.0",
|
|
33
31
|
"eslint-config-prettier": "^8.10.0",
|
|
34
32
|
"eslint-plugin-deprecation": "^1.5.0",
|