Skip to content

Commit 997e83e

Browse files
committed
📦 dep-up(package.json): updated eslint-plugin-node to eslint-plugin-n
fixing linting error due to wrong package installation
1 parent 41487be commit 997e83e

File tree

2 files changed

+153
-91
lines changed

2 files changed

+153
-91
lines changed

package-lock.json

+122-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"cz-gitmoji-adapter": {
132132
"scopes": [
133133
".depcheckrc.json",
134-
".eslintignore",
135134
".eslintrc.json",
135+
".eslintignore",
136136
".gitignore",
137137
".prettierignore",
138138
".prettierrc.json",
@@ -151,59 +151,59 @@
151151
"typedoc.json",
152152
".vscode/settings.json",
153153
"public/.gitkeep",
154-
"repo_management_files/cz-emoji-type-extract.js",
155154
"repo_management_files/cz-type-extract.js",
156155
"repo_management_files/directorystructuredocument.md",
156+
"repo_management_files/genericcommitmessages.md",
157157
"repo_management_files/extractfilescopes.js",
158158
"repo_management_files/gitmojisemver-extract.js",
159-
"repo_management_files/genericcommitmessages.md",
160-
"repo_management_files/issues.sh",
161159
"repo_management_files/labels.sh",
162160
"repo_management_files/packagejsondocument.md",
163-
".github/dependabot.yml",
164-
".github/workflows/build.yml",
165-
".github/workflows/docs.yml",
166-
".github/workflows/lint.yml",
167-
".github/workflows/pr.yml",
168-
".github/workflows/test.yml",
169-
".github/workflows/release.yml",
161+
"repo_management_files/cz-emoji-type-extract.js",
162+
"repo_management_files/issues.sh",
170163
".husky/commit-msg",
171164
".husky/prepare-commit-msg",
172165
".husky/_/.gitignore",
173-
".husky/_/applypatch-msg",
174166
".husky/_/commit-msg",
175167
".husky/_/h",
168+
".husky/_/applypatch-msg",
176169
".husky/_/post-applypatch",
177-
".husky/_/post-commit",
178170
".husky/_/post-checkout",
179171
".husky/_/post-merge",
172+
".husky/_/post-commit",
180173
".husky/_/post-rewrite",
181174
".husky/_/pre-applypatch",
182-
".husky/_/pre-auto-gc",
175+
".husky/_/pre-commit",
183176
".husky/_/pre-push",
184-
".husky/_/prepare-commit-msg",
185177
".husky/_/pre-rebase",
186-
".husky/_/pre-commit",
187-
"src/app.ts",
188-
"src/bin/.gitkeep",
189-
"src/configs/.gitkeep",
190-
"src/controllers/.gitkeep",
191-
"src/middleware/.gitkeep",
192-
"src/models/.gitkeep",
193-
"src/utils/.gitkeep",
194-
"src/routes/.gitkeep",
195-
"src/views/.gitkeep",
196-
"src/plugins/.gitkeep",
178+
".husky/_/pre-auto-gc",
179+
".husky/_/prepare-commit-msg",
180+
".github/dependabot.yml",
181+
".github/workflows/build.yml",
182+
".github/workflows/docs.yml",
183+
".github/workflows/lint.yml",
184+
".github/workflows/pr.yml",
185+
".github/workflows/release.yml",
186+
".github/workflows/test.yml",
197187
"test/.gitkeep",
198-
"test/bin/.gitkeep",
199188
"test/configs/.gitkeep",
189+
"test/models/.gitkeep",
200190
"test/controllers/.gitkeep",
191+
"test/bin/.gitkeep",
201192
"test/middleware/.gitkeep",
202-
"test/models/.gitkeep",
203-
"test/routes/.gitkeep",
193+
"test/plugins/.gitkeep",
204194
"test/utils/.gitkeep",
205195
"test/views/.gitkeep",
206-
"test/plugins/.gitkeep"
196+
"test/routes/.gitkeep",
197+
"src/app.ts",
198+
"src/configs/.gitkeep",
199+
"src/controllers/.gitkeep",
200+
"src/middleware/.gitkeep",
201+
"src/routes/.gitkeep",
202+
"src/plugins/.gitkeep",
203+
"src/utils/.gitkeep",
204+
"src/bin/.gitkeep",
205+
"src/views/.gitkeep",
206+
"src/models/.gitkeep"
207207
],
208208
"questions": {
209209
"scope": "Specify a scope: "
@@ -237,7 +237,7 @@
237237
"eslint-config-prettier": "9.1.0",
238238
"eslint-plugin-import": "2.29.1",
239239
"eslint-plugin-jest": "28.6.0",
240-
"eslint-plugin-node": "11.1.0",
240+
"eslint-plugin-n": "17.9.0",
241241
"eslint-plugin-prettier": "5.2.1",
242242
"eslint-plugin-security": "3.0.1",
243243
"five-server": "0.3.3",

0 commit comments

Comments
 (0)