https://github.com/protofire/atom-solidity-linter
Implement integration of Solhint linter to Atom editor
https://github.com/protofire/atom-solidity-linter
ast atom atom-linter atom-package dapp ethereum linter security-audit smart-contracts solhint solidity
Last synced: 11 months ago
JSON representation
Implement integration of Solhint linter to Atom editor
- Host: GitHub
- URL: https://github.com/protofire/atom-solidity-linter
- Owner: protofire
- License: mit
- Created: 2017-10-16T12:57:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T13:44:31.000Z (almost 8 years ago)
- Last Synced: 2025-07-03T02:07:56.209Z (12 months ago)
- Topics: ast, atom, atom-linter, atom-package, dapp, ethereum, linter, security-audit, smart-contracts, solhint, solidity
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-solidity-linter
- Size: 14.6 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atom Solidity Linter
This is integration of [solhint](https://github.com/protofire/solhint) Solidity linter with Atom editor.
### Configuration
Plugin supports Solhint configuration files `.solhint.json`.
### Installation
Open **Atom -> Preferences -> Install**. Type **solidity-linter**. You will see this package. Then press "Install".
### Development Process
For run this plugin in development mode you need to execute next steps:
1. Clone this project from Github `git clone http://github.com/protofire/atom-solidity-linter`
2. Make `cd` to this directory
3. Link this project as dev package `apm link --dev`
4. Run atom in current directory `atom -d .`
### License
MIT