diff --git a/boilerplate/typescript/package.json b/boilerplate/typescript/package.json index fc8ec8c6e..104e7272d 100644 --- a/boilerplate/typescript/package.json +++ b/boilerplate/typescript/package.json @@ -4,11 +4,13 @@ "main": "index.js", "license": "MIT", "scripts": { - "dev": "npx parcel src/index.html & npx tsc --watch --noEmit" + "dev": "parcel src/index.html & npx tsc --watch --noEmit", + "prettier": "prettier --ignore-path .gitignore --write \"**/*.{js,ts,jsx,tsx,html,css.json}\"" }, "devDependencies": { "@types/node": "^13.9.3", "parcel-bundler": "^1.12.4", + "prettier": "^2.0.2", "tailwindcss": "^1.2.0", "typescript": "^3.8.3" }, diff --git a/boilerplate/typescript/src/index.html b/boilerplate/typescript/src/index.html index 05dd7ad95..91752af91 100644 --- a/boilerplate/typescript/src/index.html +++ b/boilerplate/typescript/src/index.html @@ -1,8 +1,8 @@
- - + + diff --git a/boilerplate/typescript/yarn.lock b/boilerplate/typescript/yarn.lock index 09961c327..0e16fe80a 100644 --- a/boilerplate/typescript/yarn.lock +++ b/boilerplate/typescript/yarn.lock @@ -4287,6 +4287,11 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= +prettier@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2.tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08" + integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg== + pretty-hrtime@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" diff --git a/scratch/deepmind/part_two/package-lock.json b/scratch/deepmind/part_two/package-lock.json index 94c89c597..340aad9f5 100644 --- a/scratch/deepmind/part_two/package-lock.json +++ b/scratch/deepmind/part_two/package-lock.json @@ -28,6 +28,12 @@ "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", "dev": true }, + "prettier": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.2.tgz", + "integrity": "sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==", + "dev": true + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", diff --git a/scratch/deepmind/part_two/package.json b/scratch/deepmind/part_two/package.json index c9ef307ca..1f10668ec 100644 --- a/scratch/deepmind/part_two/package.json +++ b/scratch/deepmind/part_two/package.json @@ -9,6 +9,7 @@ "author": "William Carroll", "license": "MIT", "devDependencies": { + "prettier": "^2.0.2", "ts-node": "^8.6.2", "typescript": "^3.7.5" } diff --git a/scratch/deepmind/part_two/top-scores.ts b/scratch/deepmind/part_two/top-scores.ts index ffed9ae59..79c10c883 100644 --- a/scratch/deepmind/part_two/top-scores.ts +++ b/scratch/deepmind/part_two/top-scores.ts @@ -8,7 +8,7 @@ function sortScores(xs: Array{done} of {total} {units}
+ ++ {done} of {total} {units} +
- {props.children} -
- ) +function Copy(props: { children: React.ReactNode }) { + return{props.children}
; } function App() { @@ -78,7 +88,7 @@ function App() {
I charge
Whether you want to sign-up or simply want to learn more, send me an - email at wpcarro@gmail.com. + email at + wpcarro@gmail.com.
Why delay? Start today.
{book.title}{book.author}
++ {book.title} + {book.author} +