mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [APM] Change typescript command in readme * Update eslint command Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
This commit is contained in:
parent
4f71f1fbad
commit
d6b7e38672
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue