UNPKG
eslint-plugin-green
Version:
latest (1.0.0-alpha.1)
1.0.0
1.0.0-alpha.1
ESLint plugin for evaluating and promoting green coding practices
eslint-plugin-green
/
dist
/
types
/
index.d.ts
9 lines
(8 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
LinterResult
{
messages
:
Array
<{
ruleId
:
string
;
message
:
string
; [
key
:
string
]:
any
; }>; [
key
:
string
]:
any
; }