Externalize spec typings, use eslint.
Tslint is deprecated, as such we have moved to eslint. Linted the project with more stringent rules. The configuration will be changed as we figure out which rules we should keep.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
export interface ModsToml {
|
||||
|
||||
modLoader: string,
|
||||
modLoader: string
|
||||
loaderVersion: string
|
||||
issueTrackerURL?: string
|
||||
|
||||
@@ -19,9 +19,9 @@ export interface ModsToml {
|
||||
}>
|
||||
|
||||
dependencies?: {[modId: string]: {
|
||||
modId: string,
|
||||
mandatory: boolean,
|
||||
versionRange: string,
|
||||
modId: string
|
||||
mandatory: boolean
|
||||
versionRange: string
|
||||
ordering?: 'NONE' | 'BEFORE' | 'AFTER'
|
||||
side: 'BOTH' | 'CLIENT' | 'SERVER'
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user