update solium to version 0.1

This commit is contained in:
Jonathan Rainville 2019-07-16 10:53:17 -04:00
parent b325690c71
commit be5fcc0bfb
No known key found for this signature in database
GPG Key ID: 5F4630B759727D9C
4 changed files with 26 additions and 5 deletions

1
.soliumignore Normal file
View File

@ -0,0 +1 @@
node_modules

20
.soliumrc.json Normal file
View File

@ -0,0 +1,20 @@
{
"extends": "solium:all",
"plugins": [
"security"
],
"rules": {
"quotes": [
"error",
"double"
],
"indentation": [
"error",
4
],
"arg-overflow": [
"warning",
3
]
}
}

View File

@ -54,7 +54,7 @@
"dompurify": "^1.0.10",
"embark": "^4.0.2",
"embark-solc": "^4.0.3",
"embark-solium": "0.0.1",
"embark-solium": "0.1.0",
"embarkjs-connector-web3": "^4.0.0",
"eth-ens-namehash": "^2.0.8",
"ethereumjs-util": "^6.0.0",

View File

@ -6754,10 +6754,10 @@ embark-solc@^4.0.3:
semver "^5.6.0"
shelljs "^0.8.1"
embark-solium@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/embark-solium/-/embark-solium-0.0.1.tgz#0a6ee5bccd74d8fb0c153c5b22adb06bdf113411"
integrity sha512-wAJJiSjfND/ICNBPTnAF12t9lYiFD1TT6ZXxRNFT+NzCwLDdYRYH3Ymq5G0P42gknne8X47hcwTT0T6Gggyxog==
embark-solium@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/embark-solium/-/embark-solium-0.1.0.tgz#abdf3cfcbaa62ab39bd816fa4ac8ef7231378f75"
integrity sha512-4vX4kg/iO5Tn5v0vD5lZi2u4o/o+Uyi6o8j/FMc9TMbQf0HhgO43q1UU2sLr59GUZbSn00KaLX1r7B2+kHYthw==
dependencies:
solium "1.1.0"
text-table "^0.2.0"