diff --git a/package.json b/package.json index 679ee0ec..cc952815 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "scripts": { "osd": "node ../../scripts/osd", "opensearch": "node ../../scripts/opensearch", - "lint": "eslint .", + "lint:es": "node ../../scripts/eslint", + "lint": "yarn lint:es", "start": "yarn plugin-helpers start", "build": "yarn plugin-helpers build", "test": "../../node_modules/.bin/jest --config ./test/jest.config.js",