1.0.10 • Published 10 months ago

@21torr/janus v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
}