Skip to content

Commit 8ec349a

Browse files
committed
chore(deps): update
1 parent d056399 commit 8ec349a

6 files changed

Lines changed: 14930 additions & 13400 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

.lintstagedrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"**/assets/js/src/**/*.{js,ts}": [
3+
"npm run format:js --fix",
4+
"npm run lint:js"
5+
],
6+
"**/assets/scss/**/*.scss": [ "npm run lint:scss", "npm run format:scss" ]
7+
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
v24

cli.js

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)