Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
no-template-bind.d.ts
blob: e83cf582703dfe6adb04d5a7d50191ff1057df54 [
file
]
/**
* @fileoverview Disallows `.bind` in templates
* @author James Garbutt <https://github.com/43081j>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;