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

[NA] Add service-tooling Linting + TSConfig #359

Merged

Conversation

rypete
Copy link

@rypete rypete commented Mar 29, 2019

Adds eslinting + tsconfig extension from service-tooling. No linting has been run yet. Will do that after everyone has had a chance to look at the base changes and after existing PRs are merged in.

Also adds a vsc settings file to configure the eslint vsc extension

Tests are passing locally

"docs:api": "typedoc --name \"OpenFin Layouts\" --theme ./typedoc-template --out ./dist/docs/api --excludeNotExported --excludePrivate --excludeProtected --hideGenerator --readme DOCS.md --tsconfig src/client/tsconfig.json --readme none",
"docs:config": "bootprint json-schema ./res/provider/config/layouts-config.schema.json ./dist/docs/config",
"docs": "npm run docs:api && npm run docs:config",
"fix": "gts fix && cd test && gts fix",
"fix": "svc-tools fix",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming svc-tools fix cd's into the test directory?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rypete rypete marked this pull request as ready for review April 8, 2019 15:44
ryanpetersonOF added 4 commits April 8, 2019 16:54
@bryangaleopenfin bryangaleopenfin merged commit b12c674 into HadoukenIO:develop Apr 10, 2019
@rypete rypete deleted the dev/ryan/IntegrateToolingConfigs branch May 28, 2019 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants