Skip to content

Commit eb23ed5

Browse files
committed
Fix style lint
1 parent 6a1b1af commit eb23ed5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

web/models/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable */
21
/* tslint:disable */
32
/*
43
* ---------------------------------------------------------------

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"lint-staged": "^13.2.2",
6969
"postcss-html": "^1.5.0",
7070
"prettier": "^2.8.8",
71-
"stylelint": "^14.16.1",
71+
"stylelint": "^15.10.2",
7272
"stylelint-config-prettier": "^9.0.5",
73-
"stylelint-config-recommended-vue": "^1.1.0",
74-
"stylelint-config-standard": "^29.0.0",
73+
"stylelint-config-recommended-vue": "^1.5.0",
74+
"stylelint-config-standard": "^34.0.0",
7575
"ts-jest": "^27.1.1",
7676
"vue-jest": "^3.0.4"
7777
}

0 commit comments

Comments
 (0)