mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 02:42:13 +00:00
misc: Update Config deps
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
864af5cc5a
commit
d24a550e8a
@ -6,10 +6,19 @@ indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
end_of_line = lf
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{yaml|yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
||||
[*.{cpp,h,ino}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
node_modules
|
||||
lerna-debug.log
|
||||
yarn-error.log
|
||||
dist
|
||||
.cache
|
||||
|
@ -6,6 +6,10 @@ Collection of libraries for differents usages
|
||||
|
||||
## Libraries
|
||||
|
||||
### Config
|
||||
|
||||
Holder for my configurations used in most of my other repositories
|
||||
|
||||
### DOM Manager
|
||||
|
||||
Library to manage the browser DOM easier
|
||||
|
2766
package-lock.json
generated
2766
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -73,7 +73,7 @@
|
||||
"max-len": [
|
||||
"warn",
|
||||
{
|
||||
"code": 200
|
||||
"code": 120
|
||||
}
|
||||
],
|
||||
"new-parens": "error",
|
||||
|
@ -10,13 +10,13 @@
|
||||
"directory": "packages/config"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.10.3",
|
||||
"next": "^11.1.2"
|
||||
"@types/node": "^17.0.23",
|
||||
"next": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"next": "^11.1.2",
|
||||
"next-pre-css": "^1.0.0"
|
||||
"@typescript-eslint/parser": ">=5.18.0",
|
||||
"next": ">=12.1.0",
|
||||
"next-pre-css": ">=1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"next": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user