We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaab3b commit a915d2bCopy full SHA for a915d2b
package.json
@@ -37,7 +37,6 @@
37
"lib"
38
],
39
"scripts": {
40
- "changelog": "lerna-changelog",
41
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
42
"lint:docs": "markdownlint \"**/*.md\"",
43
"lint:docs:fix": "pnpm lint:docs --fix",
@@ -124,15 +123,5 @@
124
123
},
125
"publishConfig": {
126
"registry": "https://registry.npmjs.org"
127
- },
128
- "changelog": {
129
- "repo": "ember-cli/eslint-plugin-ember",
130
- "labels": {
131
- "breaking": ":boom: Breaking Change",
132
- "enhancement": ":rocket: Enhancement",
133
- "bug": ":bug: Bug Fix",
134
- "documentation": ":memo: Documentation",
135
- "internal": ":house: Internal"
136
- }
137
}
138
0 commit comments