@chrisblossom/eslint-config

My personal ESLint config.

Usage no npm install needed!

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

README

@chrisblossom/eslint-config

npm Linux Build Status Windows Build Status Code Coverage

About

This is my personal ESLint config I've extended from Airbnb's among other plugins. This package is intended to be used in combination with Prettier and Jest. Optionally supports Typescript or Flow.

Usage

npm install --save @chrisblossom/eslint-config

'use strict';

module.exports = {
    extends: ['@chrisblossom/eslint-config'],

    // Vanilla JS. No compiling
    extends: ['@chrisblossom/eslint-config/node'],
};