Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

W5S TsDown (@w5s/tsdown-config)

NPM Version License

Prettier shared configuration

Installation

npm install --save-dev @w5s/tsdown-config

Usage

In the .prettierrc.json for your project

"@w5s/tsdown-config"

Or in the tsdown.config.ts, to be able to override rules

import { defineConfig } from '@w5s/tsdown-config';

export default defineConfig({
  // Override rules
});

Requirements

TsDown: 0.x

License

MIT © Julien Polo julien.polo@gmail.com