mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM] Fix lint instructions
This commit is contained in:
parent
b3a1ac1d14
commit
87db27951f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue