@baevra/eslint-config-common

Common eslint configuration

Usage no npm install needed!

<script type="module">
  import baevraEslintConfigCommon from 'https://cdn.skypack.dev/@baevra/eslint-config-common';
</script>

README

eslint-config-common

This package includes the shareable ESLint configuration used by Baevra

Usage

Install package

npm install --save-dev @baevra/eslint-config-common

Create .eslintrc.json file with following contents

{
  "extends": "@baevra/eslint-config-common"
}