Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Syntax error reported in wrong tslint.json file #2420

Closed
ghost opened this issue Mar 28, 2017 · 0 comments
Closed

Syntax error reported in wrong tslint.json file #2420

ghost opened this issue Mar 28, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 28, 2017

Bug Report

  • TSLint version: 5.0.0-dev.0
  • TypeScript version: 2.3.0-dev.20170328
  • Running TSLint via: CLI

TypeScript code being linted

(irrelevant)

with tslint.json configuration:

tslint.json: { "extends": "./foo.json" }
foo.json: syntax error

Actual behavior

Failed to load tslint.json: Unexpected token s in JSON at position 0

Expected behavior

Failed to load foo.json: Unexpected token s in JSON at position 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant