@wonize/editorconfig
v0.0.4
Published
Editorconfig configuration for Wonize packages
Readme
Installation
npm :
$ npm install --save-dev @wonize/editorconfig editorconfigyarn :
$ yarn add --dev @wonize/editorconfig editorconfigpnpm :
$ pnpm add --save-dev @wonize/editorconfig editorconfigBun :
$ bun add --dev @wonize/editorconfig editorconfigUsage
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 .
