Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
attribute-value-entities.d.ts
blob: c418c418f8f47b270354f316597c84d75c866d10 [
file
]
/**
* @fileoverview Disallows unencoded HTML entities in attribute values
* @author James Garbutt <https://github.com/43081j>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;