Skip to content
/ drts Public

drts is DE LIKER's TypeScript and React style guide. Inspired by google/gts

License

Notifications You must be signed in to change notification settings

de-liker/drts

Repository files navigation

pkg drts

drts is DE LIKER's TypeScript and React style guide. Inspired by google/gts.

test

Installation

yarn add --dev @de-liker/drts

Usage

In your eslint.config.js, please extend @de-liker/drts. Example usage is shown in /examples/basic/eslint.config.js.

import drts from '@de-liker/drts'


export default [
  ...drts,
]

Author

Qs-F, DE LIKER

License

MIT