README
eslint-config-oceanjs
This package provides an extensible extensible shared config based on the .eslintrc for EAA projects.
Installation
npm i eslint-config-oceanjs --save-dev
Usage
The rules can be added to your configuration by using the extends feature for sslint. Just add "extends": "oceanjs" to your configuration.
Documentation
Contribute
Be sure to check the guide on How to contribute