Skip to content

Commit 37f81ae

Browse files
authored
Fix remove alpha dependency (#432)
* fix: remove alpha dependency * fix: use same lint in lint-staged
1 parent 7aca613 commit 37f81ae

File tree

2 files changed

+56
-17
lines changed

2 files changed

+56
-17
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"sass-embedded": "^1.85.1",
6868
"stylelint": "^17.0.0",
6969
"stylelint-config-standard-scss": "^17.0.0",
70-
"stylelint-plugin-carbon-tokens": "^5.0.0-alpha.12",
70+
"stylelint-plugin-carbon-tokens": "^4.0.3",
7171
"stylelint-use-logical": "^2.1.3",
7272
"vite": "^7.0.0",
7373
"vitest": "^4.0.0"
@@ -76,7 +76,7 @@
7676
"*.{js,ts,jsx,tsx,scss,css,html,yml,yaml}": [
7777
"node scripts/check-copyright.js --fix",
7878
"git add",
79-
"eslint . --cache --report-unused-disable-directives --max-warnings 0"
79+
"npm run lint"
8080
],
8181
".npmrc": "node -e \"console.error('Are you sure you want to commit .npmrc?'); process.exit(1);\""
8282
},

0 commit comments

Comments
 (0)