mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update APM readme
This commit is contained in:
parent
a67cb98839
commit
4f3a827d69
1 changed files with 12 additions and 5 deletions
|
@ -15,13 +15,20 @@ node scripts/jest.js plugins/apm --updateSnapshot
|
|||
|
||||
Note: Run the following commands from `kibana/`.
|
||||
|
||||
### Format with Prettier
|
||||
### Prettier
|
||||
|
||||
`./node_modules/.bin/prettier "./x-pack/plugins/apm/**/*.js" --write`
|
||||
|
||||
### Run ESLint
|
||||
```
|
||||
./node_modules/.bin/eslint ./x-pack/plugins/apm
|
||||
yarn prettier "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write
|
||||
```
|
||||
|
||||
### ESLint
|
||||
```
|
||||
yarn eslint ./x-pack/plugins/apm --fix
|
||||
```
|
||||
|
||||
### TSLint
|
||||
```
|
||||
yarn tslint ./x-pack/plugins/apm/**/*.{ts,tsx} --fix
|
||||
```
|
||||
|
||||
### Ensure everything from master has been backported to 6.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue