Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 7a66796b17 chore(deps): update dev-dependencies
continuous-integration/drone/pr Build is failing Details
2024-01-15 18:29:08 +00:00
kolaente 5e991f3024
fix: lint
continuous-integration/drone/push Build is passing Details
2024-01-15 16:21:00 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -139,8 +139,8 @@
"@types/node": "20.11.2",
"@types/postcss-preset-env": "7.7.0",
"@types/sortablejs": "1.15.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@vitejs/plugin-legacy": "5.2.0",
"@vitejs/plugin-vue": "4.6.2",
"@vue/eslint-config-typescript": "12.0.0",

View File

@ -5,7 +5,6 @@ import type {ILabel} from '@/modelTypes/ILabel'
import type {IUser} from '@/modelTypes/IUser'
import {colorIsDark} from '@/helpers/color/colorIsDark'
import {getRandomColorHex} from '@/helpers/color/randomColor'
export default class LabelModel extends AbstractModel<ILabel> implements ILabel {
id = 0