Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embark-solium

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embark-solium

Official Solium Plugin for the Embark Framework

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

embark-solium

The official Solium Plugin for the Embark Framework

Install

Make sure you have embark installed globally.

Traverse to your Embark Project Directory, then run npm install --save embark-solium.

Use

  • In your embark.json, add embark-solium to the list of plugins:
"plugins": {
    "embark-solium": {}
}
  • (Assuming embark simulator is already running), launch the Embark Dashboard using embark run.
  • On the console, run solium --init. This will create .soliumrc.json & .soliumignore in the root directory.

You're all set! Now every time you make changes to any solidity file, Solium produces the lint issues in the Embark Console.

If you'd like to know which version of Solium embark-solium is running, simply run solium --help

Roadmap

  • Enable Solium's autofixing feature
  • Allow user to change location of Solium config files
  • Tests!

Keywords

FAQs

Package last updated on 16 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc