this repo has no description
0
fork

Configure Feed

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

add prettier locally

+9
+1
package.json
··· 15 15 "@islands/prism": "^0.8.0", 16 16 "@islands/pwa": "^0.9.1", 17 17 "iles": "^0.8.7", 18 + "prettier": "^2.8.1", 18 19 "sass": "^1.56.2", 19 20 "typescript": "^4.9.4", 20 21 "vitest": "^0.25.8",
+8
pnpm-lock.yaml
··· 7 7 chart.xkcd: ^1.1.13 8 8 iles: ^0.8.7 9 9 pinia: ^2.0.27 10 + prettier: ^2.8.1 10 11 sass: ^1.56.2 11 12 typescript: ^4.9.4 12 13 vitest: ^0.25.8 ··· 22 23 '@islands/prism': 0.8.0 23 24 '@islands/pwa': 0.9.1 24 25 iles: 0.8.7_sass@1.56.2 26 + prettier: 2.8.1 25 27 sass: 1.56.2 26 28 typescript: 4.9.4 27 29 vitest: 0.25.8_sass@1.56.2 ··· 3867 3869 nanoid: 3.3.4 3868 3870 picocolors: 1.0.0 3869 3871 source-map-js: 1.0.2 3872 + 3873 + /prettier/2.8.1: 3874 + resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} 3875 + engines: {node: '>=10.13.0'} 3876 + hasBin: true 3877 + dev: true 3870 3878 3871 3879 /pretty-bytes/5.6.0: 3872 3880 resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}