eslint-config-nick2bad4u 3.0.2 → 3.0.3
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-nick2bad4u",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared flat ESLint config for Nick2bad4u Typescript/JS repos.",
|
|
6
6
|
"keywords": [
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"eslint-plugin-listeners": "^1.5.1",
|
|
154
154
|
"eslint-plugin-math": "^0.13.1",
|
|
155
155
|
"eslint-plugin-module-interop": "^0.3.1",
|
|
156
|
-
"eslint-plugin-n": "^18.1
|
|
156
|
+
"eslint-plugin-n": "^18.2.1",
|
|
157
157
|
"eslint-plugin-nitpick": "^0.12.2",
|
|
158
158
|
"eslint-plugin-no-barrel-files": "^1.3.1",
|
|
159
159
|
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"prettier": "^3.8.4",
|
|
214
214
|
"prettier-config-nick2bad4u": "^1.0.17",
|
|
215
215
|
"publint": "^0.3.21",
|
|
216
|
-
"remark-config-nick2bad4u": "^1.1.
|
|
216
|
+
"remark-config-nick2bad4u": "^1.1.1",
|
|
217
217
|
"secretlint": "^13.0.2",
|
|
218
218
|
"secretlint-config-nick2bad4u": "^1.1.0",
|
|
219
219
|
"sort-package-json": "^4.0.0",
|