chore: clean up dot files

This commit is contained in:
Ayo 2023-10-29 15:33:41 +01:00
parent de736d3177
commit 7fbc38b7cd
4 changed files with 1 additions and 22 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 +1,4 @@
dist dist
.output .output
.nitro
node-modules node-modules

View file

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

2
.npmrc
View file

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