@busybox/eslint-config

Install dependencies

Usage no npm install needed!

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

README

@busybox/eslint-config

Installation

  1. Install dependencies
npm install --save-dev @busybox/eslint-config
  1. Setup prettier
  1. In your project root eslint.js
'use strict';

module.exports = {
  extends: ['@busybox'],
};

Example