diff --git a/.eslintrc.js b/.eslintrc.js index 3d334a3..3fc55ed 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,10 +27,7 @@ module.exports = { "no-console": "off", "no-param-reassign": "warn", "no-shadow": "warn", - "no-unused-vars": [ - "warn", - { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, - ], + "no-unused-vars": ["warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }], "prefer-const": "warn", radix: ["warn", "always"], "spaced-comment": ["warn", "always"], diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..c4b4336 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,4 @@ +{ + "printWidth": 100, + "trailingComma": "all" +} diff --git a/components/DevHelper.js b/components/DevHelper.js index ad082b9..e4cc8ee 100644 --- a/components/DevHelper.js +++ b/components/DevHelper.js @@ -12,9 +12,7 @@ const DevHelper = (_props) => ( Create Multisig
  • - - View Multisig - + View Multisig
  • @@ -22,9 +20,7 @@ const DevHelper = (_props) => (
  • - - View on Github - + View on Github