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