Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ my-prettier Public archive

Prettier Standalone for VisionX and Controller

License

Notifications You must be signed in to change notification settings

recore/my-prettier

Repository files navigation

MyPrettier

Prettier Standalone for VisionX and Controller

Usage

import format from 'my-prettier';
import * as fs from 'fs';

// vx
const vx = fs.readFileSync('./example.vx', 'utf-8');
const formatVX = format(text, 'vx');

// controller
const ctrl = fs.readFileSync('./example.ts', 'utf-8');
const formatCtrl = format(ctrl, 'ctrl');

About

Prettier Standalone for VisionX and Controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published