Discover Packages
github.com/thought-machine/dracon
producers
typescript_tslint
types
package
Version:
v0.18.4
Opens a new window with list of versions in this module.
Published: Oct 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Position struct {
Character int `json:"character"`
Line int `"json:line"`
Position int `"json:position"`
}
Position represents where in the file the finding is located
type TSLintIssue struct {
RuleName string `json:"ruleName"`
Failure string `json:"failure"`
Name string `json:"name"`
StartPosition Position `json:"startPosition"`
EndPosition Position `json:"endPosition"`
}
TSLintIssue represents a TSLint Result
Source Files
¶
Click to show internal directories.
Click to hide internal directories.