fix linting in backend

This commit is contained in:
dakkar 2025-05-13 11:56:10 +01:00
parent 7ca39e2d40
commit 962cbfe572
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import tsParser from '@typescript-eslint/parser';
import globals from 'globals';
import sharedConfig from '../shared/eslint.config.js';
import globals from 'globals';
export default [
...sharedConfig,

View file

@ -10,7 +10,6 @@ import { AchievementService } from '@/core/AchievementService.js';
import { ACHIEVEMENT_TYPES } from '@/models/UserProfile.js';
import type { MiMeta } from '@/models/_.js';
export const meta = {
requireCredential: true,
prohibitMoved: true,