Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
no-template-map.d.ts
blob: bcfc52940d30d9765b19d8c6d0c83cdbb8eed768 [
file
] [
log
] [
blame
] [
edit
]
/**
* @fileoverview Disallows array `.map` in templates
* @author James Garbutt <https://github.com/43081j>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;