UNPKG

@repka-kit/ts

Version:

Next generation build tools for monorepo: lint, bundle and package your TypeScript projects

12 lines (11 loc) 411 B
// Hello fellow developer 👋 // // I feel sad to be a shameful plug of an extra config. // // I'm essential for your development environment and IDE to recognize that // eslint exists and start picking up the only rules that you only // ever need. Feel free to override them standard eslint ways! module.exports = { root: true, extends: ['./node_modules/@repka-kit/ts/configs/eslint/eslint-root.cjs'], };