@smcv/eslint-config-browser

Shareable code style for new projects.

Usage no npm install needed!

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

README

ESLint Config

Shareable code style for new projects.

Install

npm install --save-dev @smcv/eslint-config-browser eslint

Usage

Add this config to package.json or other ESLint configs.

  "eslintConfig": {
    "extends": "@smcv/eslint-config-browser"
  }