chore: use biome instead of eslint and prettier

This commit is contained in:
Starcea 2024-06-29 13:48:40 +09:00
commit 7cd2acc5dd
No known key found for this signature in database
GPG key ID: B7A77E32374911E1
11 changed files with 119 additions and 1007 deletions

View file

@ -1,10 +1,10 @@
import axios from 'axios'
import { BASE_URL, USER_AGENT } from './constants'
import DataManager from './data'
import School from './models/School'
import type Timetable from './models/Timetable'
import { encodeBase64, encodeEUCKR } from './utils/encode'
import { parseResponse } from './utils/parse'
import axios from 'axios'
export default class Comcigan {
private readonly rest = axios.create({