eslint-config-lisk-base

Base eslint config for Lisk projects.

Usage no npm install needed!

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

README

eslint-config-lisk-base

This is the base eslint config for use in Lisk projects. It extends eslint-config-airbnb-base, with a few overrides.

Installation

npm install --save-dev eslint-config-lisk-base

Usage

In your .eslintrc.json file:

{
  "extends": ["lisk-base"]
}

Contributing

PRs are welcome if the reasoning for the proposed change is provided.

Divergence from eslint-config-airbnb-base