replace snazzy with standard; autoformat package.json
This commit is contained in:
parent
42e7ee2b4a
commit
98b4353ef8
1 changed files with 14 additions and 4 deletions
18
package.json
18
package.json
|
@ -5,15 +5,25 @@
|
||||||
"asar": "^0.10.0",
|
"asar": "^0.10.0",
|
||||||
"eslint": "^2.1.0",
|
"eslint": "^2.1.0",
|
||||||
"request": "*",
|
"request": "*",
|
||||||
"snazzy": "^3.0.0"
|
"standard": "^6.0.8"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"runas": "^3.0.0"
|
"runas": "^3.0.0"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"ignore": ["/vendor"],
|
"ignore": [
|
||||||
"globals": ["$", "after", "afterEach", "before",
|
"/vendor"
|
||||||
"beforeEach", "describe", "it", "location"]
|
],
|
||||||
|
"globals": [
|
||||||
|
"$",
|
||||||
|
"after",
|
||||||
|
"afterEach",
|
||||||
|
"before",
|
||||||
|
"beforeEach",
|
||||||
|
"describe",
|
||||||
|
"it",
|
||||||
|
"location"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue