[APM] Update ESLint and tsc commands in APM readme (#101207) (#101596)

* [APM] Change typescript command in readme

* Update eslint command

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
This commit is contained in:
Kibana Machine 2021-06-08 11:48:53 -04:00 committed by GitHub
parent 4f71f1fbad
commit d6b7e38672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,6 @@ Feature: CSM Dashboard
When a user browses the APM UI application for RUM Data
Then should display percentile for page load chart
And should display tooltip on hover
And should display chart legend
Scenario: Breakdown filter
Given a user clicks the page load breakdown filter

View file

@ -124,7 +124,7 @@ _Note: Run the following commands from `kibana/`._
### Typescript
```
yarn tsc --noEmit --emitDeclarationOnly false --project x-pack/plugins/apm/tsconfig.json --skipLibCheck
node scripts/type_check.js --project x-pack/plugins/apm/tsconfig.json
```
### Prettier
@ -136,7 +136,7 @@ yarn prettier "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write
### ESLint
```
yarn eslint ./x-pack/plugins/apm --fix
node scripts/eslint.js x-pack/legacy/plugins/apm
```
## Setup default APM users