File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 164164 "integration" : " npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'" ,
165165 "integration:esm" : " NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'" ,
166166 "prepare-test" : " npm run ssl && npm run docker-env" ,
167- "lint" : " eslint ./*.{js,mjs} lib test bin examples " ,
168- "lint:fix" : " eslint --fix, ./*.{js,mjs} lib test bin examples " ,
167+ "lint" : " eslint ./*.{js,mjs} lib test bin" ,
168+ "lint:fix" : " eslint --fix, ./*.{js,mjs} lib test bin" ,
169169 "public-docs" : " jsdoc -c ./jsdoc-conf.jsonc" ,
170170 "publish-docs" : " ./bin/publish-docs.sh" ,
171171 "services" : " DOCKER_PLATFORM=linux/$(uname -m) docker compose up -d --wait" ,
You can’t perform that action at this time.
0 commit comments