chore: clean up dot files
This commit is contained in:
parent
de736d3177
commit
7fbc38b7cd
4 changed files with 1 additions and 22 deletions
|
@ -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
|
|
|
@ -1,3 +1,4 @@
|
||||||
dist
|
dist
|
||||||
.output
|
.output
|
||||||
|
.nitro
|
||||||
node-modules
|
node-modules
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"extends": [
|
|
||||||
"@nuxtjs/eslint-config-typescript"
|
|
||||||
]
|
|
||||||
}
|
|
2
.npmrc
2
.npmrc
|
@ -1,2 +0,0 @@
|
||||||
shamefully-hoist=true
|
|
||||||
strict-peer-dependencies=false
|
|
Loading…
Reference in a new issue