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 4d9809b commit 86c1947Copy full SHA for 86c1947
package.json
@@ -105,7 +105,7 @@
105
"posttest:mongodb": "mongodb-runner stop --all",
106
"lint": "eslint --cache src/ integration/",
107
"lint:fix": "eslint --fix --cache src/ integration/",
108
- "test:types": "eslint --cache types/tests/ -c eslint.config.test.mjs",
+ "test:types": "eslint --cache types/tests/ -c ./types/tests/eslint.config.mjs",
109
"watch": "cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch",
110
"watch:browser": "cross-env PARSE_BUILD=browser npm run watch",
111
"watch:node": "cross-env PARSE_BUILD=node npm run watch",
eslint.config.test.mjs renamed to types/tests/eslint.config.mjs
0 commit comments