We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826c794 commit b2d9c12Copy full SHA for b2d9c12
package.json
@@ -18,7 +18,7 @@
18
"osd": "node ../../scripts/osd",
19
"opensearch": "node ../../scripts/opensearch",
20
"lint": "node ../../scripts/eslint . && node ../../scripts/stylelint",
21
- "eslint:fix": "npx eslint '**/*.{ts,tsx}' --fix",
+ "eslint:fix": "yarn eslint:run --fix",
22
"eslint:run": "npx eslint '**/*.{ts,tsx}'",
23
"plugin-helpers": "node ../../scripts/plugin_helpers",
24
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
0 commit comments