Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
prefer-nothing.d.ts
blob: bff81abf6a856ccec24360427c0ad2b639153a0e [
file
]
/**
* @fileoverview Enforces use of `nothing` constant over empty templates
* @author James Garbutt <https://github.com/43081j>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;