Skip to content

Commit

Permalink
[APM] Fix lint instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Aug 22, 2018
1 parent b3a1ac1 commit 87db279
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/plugins/apm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ node scripts/jest.js plugins/apm --watch
node scripts/jest.js plugins/apm --updateSnapshot
```


### Lint code
### Run ESLint (run from kibana root)
```
npx eslint ./plugins/apm
./node_modules/.bin/eslint ./x-pack/plugins/apm
```

### Ensure everything from master has been backported to 6.x
Expand Down

0 comments on commit 87db279

Please sign in to comment.