chore: eslint ignore
This commit is contained in:
parent
0646b44712
commit
e01ae51be3
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="/about">{{ count + 123 }}</a>
|
<a href="/about">{{ count }}</a>
|
||||||
{{greeting}} hey
|
{{greeting}} hey
|
||||||
<div>
|
<div>
|
||||||
<hello-world name="{{name }}"></hello-world>
|
<hello-world name="{{name }}"></hello-world>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// eslint disable-next-line
|
||||||
{
|
{
|
||||||
"extends": "./.nitro/types/tsconfig.json"
|
"extends": "./.nitro/types/tsconfig.json"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue