chore: eslint ignore

This commit is contained in:
Ayo 2023-10-10 23:50:19 +02:00
parent 0646b44712
commit e01ae51be3
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@
</script>
</head>
<body>
<a href="/about">{{ count + 123 }}</a>
<a href="/about">{{ count }}</a>
{{greeting}} hey
<div>
<hello-world name="{{name }}"></hello-world>

View file

@ -1,3 +1,4 @@
// eslint disable-next-line
{
"extends": "./.nitro/types/tsconfig.json"
}