From e1b2f248bebd917ac821e325fa0537d8440864ab Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Fri, 3 May 2019 17:04:22 -0400 Subject: [PATCH 1/3] add readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0fcaac --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Learn TypeScript Linting + +This repository is for the Matterhorn post [Learn TypeScript Linting](). From eded9cb12a39e030cc00db3eeb7135f6070f20f4 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Sun, 5 May 2019 00:58:14 -0400 Subject: [PATCH 2/3] Update package.json --- package.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 691c06b..b8cb3d3 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,18 @@ { - "name": "leanr-js-linting", - "version": "0.1.0", - "description": "", - "main": "index.js", + "name": "learn-typescript-linting", + "version": "1.0.0", + "description": "A basic TypeScript library for use with the @MatterhornDev Learn TypeScript Linting post", "scripts": { "compile": "tsc -p tsconfig.json", "start": "node lib/index.js" }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ "typescript", "eslint", "standardjs", "prettier", "linting" ], + "repository": { + "type": "git", + "url": "https://github.com/MatterhornDev/learn-typescript-linting.git" + }, + "author": "Ethan Arrowood", + "license": "MIT", "devDependencies": { "typescript": "^3.4.5" } From e9c73a67ba2c6873138549c402530b99f228a6d2 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Thu, 6 Jun 2019 16:47:27 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0fcaac..e022ce3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Learn TypeScript Linting -This repository is for the Matterhorn post [Learn TypeScript Linting](). +This repository is for the Matterhorn Mountain Top post series Learn TypeScript Linting. + +Check out part 1 on [TypeScript & ESLint](https://blog.matterhorn.dev/posts/learn-typescript-linting-part-1/) and part 2 on [Standard and Prettier Integration](https://blog.matterhorn.dev/posts/learn-typescript-linting-part-2/)