GitClassic
Feed
Explore
Random
Go Pro
Sign in
payloadcms
/
plugin-password-protection
Code
/
Commits
/ 478982a
Merge pull request #1 from payloadcms/chore/eslint
chore: eslint and prettier
Jacob Fletcher
committed on May 18, 2023, 06:41 PM
Showing
19
changed files
+8984 additions
-6133 deletions
A
.eslintrc.js
+3
A
.prettierrc.js
+8
M
README.md
+4
-9
M
demo/package.json
+1
-1
M
demo/src/collections/Pages.ts
+3
-3
M
demo/src/collections/Users.ts
+2
-2
M
demo/src/payload.config.ts
+16
-20
M
demo/src/server.ts
+20
-16
M
demo/yarn.lock
+1841
-5875
M
package.json
+26
-6
M
src/index.ts
+136
-127
M
src/types.ts
+4
-4
M
src/utilities/getCookiePrefix.ts
+2
-1
M
src/utilities/getMutation.ts
+20
-18
M
src/utilities/getRouter.ts
+17
-22
M
src/utilities/operation.ts
+19
-18
M
src/utilities/parseCookies.ts
+10
-10
M
src/utilities/webpackMock.js
+1
-1
A
yarn.lock
+6851
Browse files at this commit โ