Skip to content

Commit c395779

Browse files
authored
chore: Fixed linting scripts (#2497)
1 parent 40d1f5c commit c395779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
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",

0 commit comments

Comments
 (0)