Skip to content

Disable rules that may conflict with solhint and Prettier.

License

Notifications You must be signed in to change notification settings

odanado/solhint-config-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

Disable rules that may conflict with solhint and Prettier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published