Skip to content

Commit d98c501

Browse files
committed
fix(pkg.json): disable standard linting
1 parent 2a7da06 commit d98c501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.2.1-SNAPSHOT",
44
"description": "Documentation package for eXist-db",
55
"scripts": {
6-
"test": "standard 'src/test/**/*.js' && mocha src/test/mocha/ --recursive --exit",
6+
"test": "mocha src/test/mocha/ --recursive --exit",
77
"cypress": "cypress run"
88
},
99
"repository": {

0 commit comments

Comments
 (0)