@ballatech/eslint-config

Eslint configuration for react/node projects based on eslint-config-standard Link

Usage no npm install needed!

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

README

eslint-config

js-standard-style npm version

Eslint configuration for react/node projects based on eslint-config-standard Link

Install

Install package using yarn with the optional peer dependencies:

yarn add -D @ballatech/eslint-config eslint prettier prettier-cli prettier-eslint

Usage

Create the following .eslintrc file inside the project root:

{
  "extends": "@ballatech"
}

Supporting the following

  • React
  • Node
  • Jest
  • Babel/ES9
  • Prettier
  • Flow