Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit fece09a

Browse files
committed
fix: docs type and extend eslint
1 parent ffb6c64 commit fece09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The session that `nuxt-session` maintains for you also allows you to store arbit
107107
108108
Reading session data is generally safe on both the client- and server-side, unless it contains anything you don't want your users to see.
109109
110-
Allowing alteration of session-data with arbitrary data provided by the client (e.g., your user) should be treated carefully, but can be safely done if you don't care about your users polluting sessions, have authentication and authorization or are generally not concerned about the security of your app. If you want
110+
Allowing alteration of session-data with arbitrary data provided by the client (e.g., your user) should be treated carefully, but can be safely done if you don't care about your users polluting sessions, have authentication and authorization or are generally not concerned about the security of your app.
111111
112112
#### Client Side Access
113113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "nuxi dev playground",
2525
"dev:build": "nuxi build playground",
2626
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
27-
"lint": "eslint .",
27+
"lint": "eslint . --max-warnings=0",
2828
"types": "tsc --noEmit",
2929
"build": "nuxi build"
3030
},

0 commit comments

Comments
 (0)