5.1.3 • Published 9 months ago

@dzambalaorg/eslint-config v5.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ESLint config

This is sharable ESLint config which we use across of all our repositories. It is amazing.

Usage

eslint.config.mjs

import typescriptRules from "./presets/tsx.mjs";

export default [
  ...typescriptRules,
];