Skip to content

Commit ec499dc

Browse files
committed
fix(readme): define installation
1 parent 0d425c5 commit ec499dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ github_repo: enter-at/eslint-config-typescript-prettier
3333
# Badges to display
3434
badges:
3535
- name: "Build Status"
36-
image: "https://github.com./enter-at/eslint-config-typescript-prettier/workflows/Lint%20&%20Test/badge.svg"
36+
image: "https://github.com./enter-at/eslint-config-typescript-prettier/workflows/Lint/badge.svg"
3737
url: "https://github.com./enter-at/eslint-config-typescript-prettier/actions"
3838
- name: "Release"
3939
image: "https://img.shields.io/npm/v/@enter-at/eslint-config-typescript-prettier.svg"
@@ -53,11 +53,11 @@ quickstart: |-
5353
$ npm install typescript eslint prettier @enter-at/eslint-config-typescript-prettier --save-dev
5454
```
5555
56-
`.eslintrc.js`
56+
Update your `.eslintrc.js` file to contain at least the following lines.
5757
5858
```js
5959
module.exports = {
60-
extends: "@enter-at/typescript-prettier"
60+
extends: "@enter-at/typescript-prettier"
6161
};
6262
```
6363

0 commit comments

Comments
 (0)