[APM] Fix lint instructions

This commit is contained in:
Søren Louv-Jansen 2018-08-22 18:23:27 +02:00 committed by GitHub
parent b3a1ac1d14
commit 87db27951f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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