Skip to content

From clean state, 'yarn lint' gives error #54

@jihoon-seo

Description

@jihoon-seo

How to reproduce:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions