Skip to content

Commit 9538a19

Browse files
removed the "--fix" option from the lint script, since it's run by CI
1 parent a7e03e8 commit 9538a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lib"
4242
],
4343
"scripts": {
44-
"lint": "eslint lib test/fixtures test/specs --fix",
44+
"lint": "eslint lib test/fixtures test/specs",
4545
"build": "simplifyify lib/index.js --outfile dist/ref-parser.js --standalone \\$RefParser --bundle --debug --minify",
4646
"watch": "npm run build -- --watch",
4747
"test": "npm run test:node && npm run test:browser && npm run lint",

0 commit comments

Comments
 (0)