Skip to content

Commit

Permalink
[APM] Fix APM UI dev docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Dec 3, 2018
1 parent fb091c1 commit a015f03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions x-pack/plugins/apm/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation for APM UI

_Note: Run the following commands from `kibana/x-pack`._
Note: Run the following commands from `kibana/x-pack`.

### Run tests
```
Expand All @@ -11,14 +11,15 @@ node scripts/jest.js plugins/apm --watch
```
node scripts/jest.js plugins/apm --updateSnapshot
```
---

_Note: Run the following commands from `kibana/`._
Note: Run the following commands from `kibana/`.

### Format with Prettier

./node_modules/.bin/prettier "./x-pack/plugins/apm/**/*.js" --write
`./node_modules/.bin/prettier "./x-pack/plugins/apm/**/*.js" --write`

### Run ESLint (run from `kibana/`)
### Run ESLint
```
./node_modules/.bin/eslint ./x-pack/plugins/apm
```
Expand Down

0 comments on commit a015f03

Please sign in to comment.