mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-09-12 07:56:18 +00:00
Disallow snake_case variable names in frontend
This commit is contained in:
parent
35d7fe8860
commit
47af8d9bed
8 changed files with 29 additions and 46 deletions
|
@ -1,6 +1,7 @@
|
|||
import { reactive } from "vue";
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
/* eslint-disable camelcase */
|
||||
|
||||
import { reactive } from "vue";
|
||||
|
||||
type ResponseCallback = (responseData: Response) => void;
|
||||
type ResponseMap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue