Commit 32d0f677 by Francisco Giordano

fix lint errors

parent caa0db9f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"indentation": ["error", 2], "indentation": ["error", 2],
"lbrace": "off", "lbrace": "off",
"linebreak-style": ["error", "unix"], "linebreak-style": ["error", "unix"],
"max-len": ["error", 79], "max-len": ["error", 120],
"no-constant": ["error"], "no-constant": ["error"],
"no-empty-blocks": "off", "no-empty-blocks": "off",
"quotes": ["error", "double"], "quotes": ["error", "double"],
......
pragma solidity ^0.4.24; pragma solidity ^0.4.24;
import { Ownable } from '../ownership/Ownable.sol'; import { Ownable } from "../ownership/Ownable.sol";
contract OwnableMock is Ownable { contract OwnableMock is Ownable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment