NativeScript / NativeScript/nativescript-cli
npm install on a project with unit testing enabled reformats `tsconfig.json`
Open
@endarova is already working on this.
Since Apr 8, 2019.
bug
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
On a project with unit testing enabled, whenever you run a yarn on npm install, it reformats the tsconfig.json according to a different ruleset than that found in the projects .editorconfig
Describe the solution you'd like
whenever a plugin attempts to make changes to a file, it leaves it in the same format that it found it.
Additional context
This project has an example https://github.com/resideo-platform/exemplar/blob/cl%2Fbigtesting/tsconfig.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.