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
/
.eslintrc.json
8 lines
(7 loc)
•
150 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"parser"
:
"
@typescript
-eslint/parser"
,
"plugins"
: [
"
@typescript
-eslint"
,
"green"
],
"rules"
: {
"green/no-inefficient-loops"
:
"warn"
} }