-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
How to reproduce:
- Follow the steps in README.md
git clone https://github.com/microsoft/TypeScript-Website-Localizations
cd TypeScript-Website-Localizations
# Setup
yarn
# Optional: Grab the English files to make translation easier
yarn pull-en
# Optional: Verify your changes will correctly replace the english files
yarn lint
- 'yarn lint' gives error
..., noLib.md ✓, noPropertyAccessFromIndexSignature.md ⤫, noResolve.md ✓, ...
> /home/jhseo/TypeScript-Website-Localizations/docs/tsconfig/pt/options/noPropertyAccessFromIndexSignature.md
No compiler setting named 'noPropertyAccessFromIndexSignature' exists!
Note: you can add an extra argument to the lint script ( yarn workspace glossary lint [opt] ) to just run one lint.
error Command failed with exit code 1.
- The error message says that it is related to
docs/tsconfig/pt/options/noPropertyAccessFromIndexSignature.md.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels