@anolilab/eslint-config 14.0.13 → 14.0.14
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @anolilab/eslint-config [14.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.13...@anolilab/eslint-config@14.0.14) (2023-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added missing eslint-plugin-n to the deps ([0f1e67f](https://github.com/anolilab/javascript-style-guide/commit/0f1e67f42cb29f6d1f2bdd2d41bc19286d8b3632))
|
|
7
|
+
|
|
1
8
|
## @anolilab/eslint-config [14.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.12...@anolilab/eslint-config@14.0.13) (2023-09-29)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.14",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
150
150
|
"eslint-plugin-html": "^7.1.0",
|
|
151
151
|
"eslint-plugin-i": "^2.28.1",
|
|
152
|
+
"eslint-plugin-n": "^16.1.0",
|
|
152
153
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
153
154
|
"eslint-plugin-markdown": "^3.0.1",
|
|
154
155
|
"eslint-plugin-mdx": "^2.2.0",
|
|
@@ -233,7 +234,6 @@
|
|
|
233
234
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
234
235
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
235
236
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
236
|
-
"eslint-plugin-n": "^16.1.0",
|
|
237
237
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
238
238
|
"eslint-plugin-playwright": "^0.16.0",
|
|
239
239
|
"eslint-plugin-prefer-object-spread": "^1.2.1",
|