Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b940ce4

Browse files
authored
Fix dependency type; exclude dependabot from release notes (#127)
1 parent e37e3da commit b940ce4

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- dependencies

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
"xoPluginsConfig.js"
1111
],
1212
"scripts": {
13-
"test": "eslint .",
14-
"fix": "eslint . --fix"
13+
"fix": "eslint . --fix",
14+
"test": "eslint ."
1515
},
1616
"dependencies": {
1717
"@typescript-eslint/eslint-plugin": "^6.7.0",
18+
"@typescript-eslint/parser": "^6.7.0",
1819
"eslint-config-prettier": "^9.0.0",
1920
"eslint-config-xo": "^0.43.1",
21+
"eslint-config-xo-typescript": "^1.0.1",
2022
"eslint-import-resolver-typescript": "^3.5.5",
2123
"eslint-plugin-eslint-comments": "^3.2.0",
2224
"eslint-plugin-filenames": "^1.3.2",
@@ -34,9 +36,7 @@
3436
"eslint-plugin-unicorn": "^48.0.0"
3537
},
3638
"devDependencies": {
37-
"@typescript-eslint/parser": "^6.7.0",
3839
"eslint": "^8.40.0",
39-
"eslint-config-xo-typescript": "^1.0.1",
4040
"typescript": "^5.0.4"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)