@hazmi35/eslint-config

An ESLint shareable config that I used in my projects

Usage no npm install needed!

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

README

eslint-config

An ESLint shareable config that I used in my projects ✔

Install

npm install -D @hazmi35/eslint-config

or with yarn

yarn add -D @hazmi35/eslint-config

Usage

ESLint guide: link

Example:

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

or "@hazmi35/eslint-config/node" for Node environment

Example (TS):

{
    "extends": "@hazmi35/eslint-config/typescript"
}

or "@hazmi35/eslint-config/typescript/node" for Node environment

Note

Requires ESLint version 8.7.0 or above

TypeScript config requires: