5.0.1 • Published 2 years ago

@gemunion/eslint-config v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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,
];