fix: eslint config and errors
This commit is contained in:
parent
a72d095e60
commit
b8ee986636
72 changed files with 153 additions and 181 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// services
|
||||
import type { IState } from "@plane/types";
|
||||
import { API_BASE_URL } from "@/helpers/common.helper";
|
||||
import { APIService } from "@/services/api.service";
|
||||
// helpers
|
||||
// types
|
||||
import type { IState } from "@plane/types";
|
||||
|
||||
export class ProjectStateService extends APIService {
|
||||
constructor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue