5.0.4 • Published 9 months ago

@ethberry/eslint-config v5.0.4

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,
];