Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 8, 2024
1 parent 548aa7b commit 805f12e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
audit=false
enable-pre-post-scripts=true
fund=false
loglevel=error
package-lock=false
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
0
]
}
},
"nano-staged": {
"*.js": [
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"babel-plugin-styled-components": "latest",
"debug-logfmt": "latest",
"download": "latest",
"eslint": "latest",
"eslint": "8",
"eslint-config-next": "latest",
"make-dir": "latest",
"next-sitemap": "latest"
Expand Down

0 comments on commit 805f12e

Please sign in to comment.