AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
22
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add prettier

+19 -5
+3
.prettierrc
··· 1 + { 2 + "semi": true 3 + }
+6 -5
package.json
··· 9 9 "lint": "next lint" 10 10 }, 11 11 "dependencies": { 12 + "next": "14.2.3", 12 13 "react": "^18", 13 - "react-dom": "^18", 14 - "next": "14.2.3" 14 + "react-dom": "^18" 15 15 }, 16 16 "devDependencies": { 17 - "typescript": "^5", 18 17 "@types/node": "^20", 19 18 "@types/react": "^18", 20 19 "@types/react-dom": "^18", 20 + "eslint": "^8", 21 + "eslint-config-next": "14.2.3", 21 22 "postcss": "^8", 23 + "prettier": "^3.2.5", 22 24 "tailwindcss": "^3.4.1", 23 - "eslint": "^8", 24 - "eslint-config-next": "14.2.3" 25 + "typescript": "^5" 25 26 }, 26 27 "packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394" 27 28 }
+10
pnpm-lock.yaml
··· 36 36 postcss: 37 37 specifier: ^8 38 38 version: 8.4.38 39 + prettier: 40 + specifier: ^3.2.5 41 + version: 3.2.5 39 42 tailwindcss: 40 43 specifier: ^3.4.1 41 44 version: 3.4.3 ··· 1185 1188 prelude-ls@1.2.1: 1186 1189 resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 1187 1190 engines: {node: '>= 0.8.0'} 1191 + 1192 + prettier@3.2.5: 1193 + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} 1194 + engines: {node: '>=14'} 1195 + hasBin: true 1188 1196 1189 1197 prop-types@15.8.1: 1190 1198 resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} ··· 2800 2808 source-map-js: 1.2.0 2801 2809 2802 2810 prelude-ls@1.2.1: {} 2811 + 2812 + prettier@3.2.5: {} 2803 2813 2804 2814 prop-types@15.8.1: 2805 2815 dependencies: