Discipline TS
A very opinionated ESLint rules and config, check lib/index.js for more info.
pnpm i -D eslint github:Delnegend/hagemanto
// eslint.config.js
import hagemanto from "eslint-plugin-hagemanto";
export default [
// ...
...hagemanto({
styler = "stylistic",
enableJsx = true,
enableTs = true,
enableTailwind: true,
sortImports = true,
}), // or just `...hagemanto()` if this is what you're using
// ,,,
]
There's no build step, just run pnpm lint
and expect linting errors from eslint.