mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Rename npm script from lint to style.
This commit is contained in:
@@ -41,5 +41,5 @@ In addition to the following guidelines, please follow the conventions already e
|
|||||||
Guidelines are enforced using [JSCS](https://www.npmjs.com/package/jscs):
|
Guidelines are enforced using [JSCS](https://www.npmjs.com/package/jscs):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm run lint
|
$ npm run style
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
"sauce-tunnel": "2.2.3"
|
"sauce-tunnel": "2.2.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test/test",
|
"style": "jscs lodash.js",
|
||||||
"lint": "jscs lodash.js"
|
"test": "node test/test"
|
||||||
},
|
},
|
||||||
"volo": {
|
"volo": {
|
||||||
"type": "directory",
|
"type": "directory",
|
||||||
|
|||||||
Reference in New Issue
Block a user