@aereal/eslint-config

My ESlint config inspired by cybozu/eslint-config.

Usage no npm install needed!

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

README

@aereal/eslint-config

My ESlint config inspired by cybozu/eslint-config.

Currently this package is intended to use in my personal products.

Install

npm i -D @aereal/eslint-config
yarn add -D @aereal/eslint-config

Usage

ESLint config:

{
  "extends": "@aereal"
}