@xxl-software/eslint-config

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

Usage no npm install needed!

<script type="module">
  import xxlSoftwareEslintConfig from 'https://cdn.skypack.dev/@xxl-software/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']
}

You can override rules by addding custom rules into rules node in .eslintrc.js/.eslintrc.json/package.json/... in your application.

Example:

rules: {
  semi: "off",
},

License

MIT