Static Analysis Testing JavaScript Applications on TestingJavaScript.com
by kentcdoddsLast 12 weeks · 0 commits
4 of 6 standards met
Two videos, including https://testingjavascript.com/lessons/javascript-use-the-prettier-extension-for-vscode, are about editing the user's VScode settings file. However, that code seems to be missing from this Git repo. I have checked the branches for the related videos including https://github.com/kentcdodds/static-testing-tools/tree/tjs/step-05.
Repository: kentcdodds/static-testing-tools. Description: Static Analysis Testing JavaScript Applications on TestingJavaScript.com Stars: 209, Forks: 246. Primary language: TypeScript. Languages: TypeScript (62.7%), JavaScript (37.3%). Homepage: https://testingjavascript.com/courses/static-analysis-testing-javascript-applications-71c1 Topics: kcd-edu, testingjavascript. Open PRs: 0, open issues: 4. Last activity: 4y ago. Community health: 71%. Top contributors: kentcdodds, Aprillion, zacjones93, Zoe7, siddtheone.
TypeScript
In https://testingjavascript.com/lessons/javascript-make-eslint-support-typescript-files , overrides for .ts | .tsx file contains eslint-config-prettier/@typescript-eslint in the extends. As per https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 it is no longer required. Extending 'prettier' in the eslintrc would take care of conflicting typescript rules as well.