sharec-editorconfig-hook
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

sharec-editorconfig-hook

Sharec logo by Ivashkina Xenia <xeniaowl112@mail.ru>

.github/workflows/main.yml npm MIT License

Allows to format your sharec configs with .editorconfig.

Usage

Install the hook:

npm i --save-dev sharec-editorconfig-hook
# or with yarn
yarn add -D sharec-editorconfig-hook

Create .sharecrc.js file in your project with following content:

const editorconfigHook = require('sharec-editorconfig-hook')

module.exports = {
  afterMerge: editorconfigHook,
}

How it works

The hook is looking for .editorconfig inside upcoming configs or inside a target project.

Readme

Keywords

none

Package Sidebar

Install

npm i sharec-editorconfig-hook

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

8.45 kB

Total Files

5

Last publish

Collaborators

  • lamartire