@kadena-dev/eslint-config

1.0.4 • Public • Published

@kadena-dev/eslint-config

Kadena monorepo eslint-config

kadena.js logo

Usage

pnpm add -D @kadena-dev/eslint-config

Use an ESLint config file like .eslintrc.js in the root of your package and refer to this @kadena-dev/eslint-config package with a profile:

// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
  extends: ['@kadena-dev/eslint-config/profile/lib'],
  parserOptions: { tsconfigRootDir: __dirname },
};

Readme

Keywords

none

Package Sidebar

Install

npm i @kadena-dev/eslint-config

Weekly Downloads

12

Version

1.0.4

License

BSD-3-Clause

Unpacked Size

7.93 kB

Total Files

9

Last publish

Collaborators

  • kadena-lars
  • randynamic
  • alber70g