eslint-config-oceanjs

ESLint rules for EAA projects

Usage no npm install needed!

<script type="module">
  import eslintConfigOceanjs from 'https://cdn.skypack.dev/eslint-config-oceanjs';
</script>

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