5.0.4 • Published 9 months ago
@ethberry/eslint-config v5.0.4
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,
];