Fix ESLint example (#115553)

This commit is contained in:
Søren Louv-Jansen 2021-10-20 10:29:23 +02:00 committed by GitHub
parent 7fe9573c00
commit 8fcfa79e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ yarn prettier "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write
### ESLint
```
node scripts/eslint.js x-pack/legacy/plugins/apm
node scripts/eslint.js x-pack/plugins/apm
```