@btboy/eslint-config

ESLint shareable config for the js/ts style base in google style

Usage no npm install needed!

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

README

eslint-config-custom

ESLint shareable config for the js/ts style base in google style

Install

$ yarn add eslint
$ ./node_modules/.bin/eslint --init
$ yarn add @btboy/eslint-config

Usage

{
    "extends": "@btboy/eslint-config"
}