solium-plugin-beam

0.0.5 • Public • Published

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

Name Rule Default
underscore-function-args All 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.

Package Sidebar

Install

npm i solium-plugin-beam

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

7.09 kB

Total Files

5

Last publish

Collaborators

  • mgregson