chore(site, templates): remove config files

This commit is contained in:
Ayo 2023-10-24 13:07:59 +02:00
parent c26206ea21
commit 5386476c85
8 changed files with 0 additions and 55 deletions

View file

@ -1,15 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json,*.yml,*.cjson}]
indent_style = space
indent_size = 2

View file

@ -1,3 +0,0 @@
dist
.output
node-modules

View file

@ -1,5 +0,0 @@
{
"extends": [
"@nuxtjs/eslint-config-typescript"
]
}

7
site/.gitignore vendored
View file

@ -1,7 +0,0 @@
node_modules
*.log*
.nitro
.cache
.output
.env
dist

View file

@ -1,2 +0,0 @@
shamefully-hoist=true
strict-peer-dependencies=false

View file

@ -1,15 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json,*.yml,*.cjson}]
indent_style = space
indent_size = 2

View file

@ -1,5 +0,0 @@
{
"extends": [
"@nuxtjs/eslint-config-typescript"
]
}

View file

@ -1,3 +0,0 @@
{
"extends": "./.nitro/types/tsconfig.json"
}