Skip to content

All config files and tools for code style tools, formatters and linters for TS / JS / SCSS / CSS.

License

Notifications You must be signed in to change notification settings

21TORR/janus-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus TS

This repository contains all config files and tools for code style tools, formatters and linters for TS / JS / SCSS / CSS.

Installation

pnpm add -D @21torr/janus

Integration

You can automatically initialize all config files in your app, by just running:

pnpm janus init [app-type]

This will copy all config files to your project and add required packages. If any of the files changed, you should run the lint fixers + pnpm i afterwards.

You can currently initialize the following app types:

  • next-js

Contributing

dprint

The rules are sorted by rule name and then scope. The rules are named rule or scope.rule.

Example:

{
	"a": true,
	"test.b": true,
	"ztest.b": true
}

About

All config files and tools for code style tools, formatters and linters for TS / JS / SCSS / CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published