@chatchamp/eslint-config

This package provides chatchamp's .eslintrc as an extensible shared config.

Usage no npm install needed!

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

README

eslint-config-chatchamp

This package provides chatchamp's .eslintrc as an extensible shared config.

Installation

yarn add @chatchamp/eslint-config --dev

{
  "extends": [
    "@chatchamp/eslint-config"
  ],
  ...
}