solhint-config-prettier

Disable rules that may conflict with solhint and Prettier.

Usage no npm install needed!

<script type="module">
  import solhintConfigPrettier from 'https://cdn.skypack.dev/solhint-config-prettier';
</script>

README

solhint-config-prettier

Disable rules that may conflict with solhint and Prettier.

Installation

npm install --save-dev solhint-config-prettier

Configuration

Add solhint-config-prettier to extends in .solhint.json.

{
  "extends": [
    "solhint:default",
    "prettier"
  ]
}