GitClassic
Feed
Explore
Random
Go Pro
Sign in
payloadcms
/
plugin-seo
Code
/
Commits
/ 426b9bf
chore: eslint and prettier (#46)
Jacob Fletcher
committed on May 15, 2023, 09:57 PM
Showing
24
changed files
+3311 additions
-9467 deletions
A
.eslintrc.js
+3
A
.prettierrc.js
+8
M
demo/package.json
+1
-1
M
demo/src/collections/Media.ts
+4
-4
M
demo/src/collections/Pages.ts
+4
-4
M
demo/src/collections/Posts.ts
+27
-25
M
demo/src/collections/Users.ts
+3
-3
M
demo/src/globals/Settings.ts
+3
-3
M
demo/src/payload.config.ts
+21
-35
M
demo/src/seed/index.ts
+10
-10
M
demo/src/server.ts
+13
-11
M
demo/yarn.lock
+944
-4585
M
package.json
+24
-3
M
src/defaults.ts
+1
-1
M
src/fields/MetaDescription.tsx
+35
-55
M
src/fields/MetaImage.tsx
+37
-59
M
src/fields/MetaTitle.tsx
+31
-54
M
src/index.ts
+156
-141
M
src/types.ts
+4
-4
M
src/ui/LengthIndicator.tsx
+36
-56
M
src/ui/Overview.tsx
+36
-60
M
src/ui/Pill.tsx
+6
-12
M
src/ui/Preview.tsx
+21
-33
M
yarn.lock
+1883
-4308
Browse files at this commit โ