@ayuhito/eslint-config

0.6.2 • Public • Published

eslint-config

Personal ESLint Config for Node.js and TypeScript.

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
};

You can remove ESM restrictions by using the following config:

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
  rules: {
    "unicorn/prefer-module": "off",
  },
};

Readme

Keywords

Package Sidebar

Install

npm i @ayuhito/eslint-config

Weekly Downloads

53

Version

0.6.2

License

MIT

Unpacked Size

10 kB

Total Files

7

Last publish

Collaborators

  • lotusdevshack