mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Have lint script only lint, and lint-fix script lint and fix
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
"prettier": "^1.14.3"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint . --fix",
|
||||
"lint": "eslint .",
|
||||
"lint-fix": "eslint . --fix",
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user