@wonize/editorconfig
v0.0.4
Published
Editorconfig configuration for Wonize packages
Downloads
1
Readme
Installation
npm :
$ npm install --save-dev @wonize/editorconfig editorconfig
yarn :
$ yarn add --dev @wonize/editorconfig editorconfig
pnpm :
$ pnpm add --save-dev @wonize/editorconfig editorconfig
Bun :
$ bun add --dev @wonize/editorconfig editorconfig
Usage
to add .editorconfig
to project, first change work directory to target directory:
$ cd [PROJECT DIRECTORY]
then execute one of below command by option:
npm :
$ npx w-editorconfig .
yarn :
$ yarn dlx w-editorconfig .
pnpm :
$ pnpm dlx w-editorconfig .