@chyzwar/eslint-config

0.2.36 • Public • Published

@chyzwar/eslint-config

Strict preset for eslint. Intention is to include plugin dependacies and make it easy manage configs in one place. It support number of sub-presets:

  • node
  • react

Instalation

yarn add eslint @chyzwar/eslint-config

Examples

Example of usage in eslint.cjs

module.exports = {
  extends: "@hyper/eslint-config/node",
  parserOptions: {
    tsconfigRootDir: __dirname,
  },
};

Readme

Keywords

Package Sidebar

Install

npm i @chyzwar/eslint-config

Weekly Downloads

73

Version

0.2.36

License

MIT

Unpacked Size

83.3 kB

Total Files

12

Last publish

Collaborators

  • chyzwar_owner