chore: use biome instead of eslint and prettier
This commit is contained in:
parent
548871dc29
commit
7cd2acc5dd
11 changed files with 119 additions and 1007 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue