Fix ESLinting errors and remove TSLint
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import { expect } from "chai";
|
||||
|
||||
import { LevelFormat, LevelSuffix } from ".";
|
||||
import { AlignmentType } from "..";
|
||||
|
||||
import { Level } from "./level";
|
||||
import { Level, LevelFormat, LevelSuffix } from "./level";
|
||||
|
||||
describe("Level", () => {
|
||||
describe("#constructor", () => {
|
||||
|
Reference in New Issue
Block a user