File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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
3333# Badges to display
3434badges :
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
You can’t perform that action at this time.
0 commit comments