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
/
src
/
types
/
index.ts
8 lines
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
LinterResult
{
messages
:
Array
<{
ruleId
:
string
;
message
:
string
; [
key
:
string
]:
any
; }>; [
key
:
string
]:
any
; }