style: fix linting issues met Prettier
This commit is contained in:
parent
7e46ce9c5f
commit
0bdee56dc3
10 changed files with 19 additions and 21 deletions
|
@ -4,7 +4,9 @@
|
|||
"description": "Common types and utilities for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"files": [ "./dist" ],
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"clean": "tsc --build --clean",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { Language } from "../util/language";
|
||||
import { Language } from '../util/language';
|
||||
|
||||
export interface Transition {
|
||||
default: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue