0.0.5 • Published 6 years ago

solium-plugin-beam v0.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

Beam Style Rules for Solium

This is a plugin for Solium for enforcing Beam's style rules.

License

This software is released under the MIT license. See LICENSE for details.

Usage

Install the beam plugin (list it as a dependency):

npm install -D solium-beam-plugin

Add "beam" to your solium plugins list:

{
  "plugins": [
    "beam"
  ]
}

No configuration is necessary unless you want to deviate from the default rules.

Rules

NameRuleDefault
underscore-function-argsAll function argument identifiers must start with _ON

Contributing

We currently are not accepting outside contributions, but plan to in the future once we've worked out the details of a process.

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago