File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ github_repo: enter-at/eslint-config-typescript-prettier
33
33
# Badges to display
34
34
badges :
35
35
- 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"
37
37
url : " https://github.com./enter-at/eslint-config-typescript-prettier/actions"
38
38
- name : " Release"
39
39
image : " https://img.shields.io/npm/v/@enter-at/eslint-config-typescript-prettier.svg"
@@ -53,11 +53,11 @@ quickstart: |-
53
53
$ npm install typescript eslint prettier @enter-at/eslint-config-typescript-prettier --save-dev
54
54
```
55
55
56
- `.eslintrc.js`
56
+ Update your `.eslintrc.js` file to contain at least the following lines.
57
57
58
58
```js
59
59
module.exports = {
60
- extends: "@enter-at/typescript-prettier"
60
+ extends: "@enter-at/typescript-prettier"
61
61
};
62
62
```
63
63
You can’t perform that action at this time.
0 commit comments