Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 463 Bytes

solium-config-sample

Sample sharable config for Solium

See Solium developer docs to understand how to create a sharable config.

Usage

Inside your .soliumrc.json, add sample as a value to the extends property. Below is an example:

{
    "extends": ["solium:recommended", "sample"],
    "rules": {
        "indentation": ["error", "tab"]
    }
}