@nguyenlx/eslint-config

The common ESLint config that make the code clean, consistent, more readable, and understandable.

Usage no npm install needed!

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

README

License: MIT

Introduction

The common ESLint config that make the code clean, consistent, more readable, and understandable.

Installation

npm install @nguyenlx/eslint-config
OR
yarn add @nguyenlx/eslint-config

Usage

{
  "extends": ['eslint:recommended', '@nguyenlx/eslint-config']
}

License

MIT