5.0.1 • Published 9 months ago

@gemunion/eslint-config v5.0.1

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