@7inch/eslint-config

A friendly eslint config preset.

Usage no npm install needed!

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

README

@7inch/eslint-config

Introduction

A friendly eslint config preset.

Install

npm install eslint @7inch/eslint-config -D

# or with yarn
yarn add eslint @7inch/eslint-config -D

Usage

create a .eslintrc.js configuration file in the root of your project:

module.exports = {
  extends: ['@7inch/eslint-config'],
};

Checkout Configuring ESLint to get more details.