UNPKG

eslint-plugin-green

Version:

ESLint plugin for evaluating and promoting green coding practices

3 lines (2 loc) 117 B
import { LinterResult } from '../types'; export declare const greenScoreReporter: (results: LinterResult[]) => void;