removed standard
This commit is contained in:
parent
9e69f9a5a2
commit
6990c0e0ed
15
package.json
15
package.json
|
@ -8,8 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"compile": "truffle compile",
|
||||
"test": "standard && truffle test",
|
||||
"lint": "standard --fix"
|
||||
"test": "truffle test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -35,17 +34,5 @@
|
|||
"eslint-plugin-node": "5.1.0",
|
||||
"eslint-plugin-react": "7.1.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"standard": "10.0.2"
|
||||
},
|
||||
"standard": {
|
||||
"globals": [
|
||||
"assert",
|
||||
"it",
|
||||
"before",
|
||||
"beforeEach",
|
||||
"artifacts",
|
||||
"contract",
|
||||
"web3"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue