@yaml-js/config-editor
v0.1.4
Published
yaml-js shared .editorconfig file
Downloads
15
Readme
YAML-JS Editor Configuration
This repository provides a shared editorconfig file to be used across all projects under the yaml-js
umbrella. The goal is to maintain consistent code formatting and style throughout the entire ecosystem.
Table of Contents
Installation
To use the shared editor configuration in your project, follow these steps:
1. Install the shared configuration
First, install the @yaml-js/config-editor
package as development dependencies:
npm install --save-dev @yaml-js/config-editor
or
yarn add -D @yaml-js/config-editor
During the installation of the package, a new .editorconfig will be created on your project directory
Contributing
We welcome contributions to improve this configuration. If you have suggestions or find issues, please open an issue or a pull request.
Development
To make changes to the shared configuration, follow these steps:
- Clone the repository.
- Install dependencies with npm install.
- Make your changes in the .editorconfig file.
- Submit a pull request with a clear description of the changes.
License
This project is licensed under the MIT License. See the LICENSE file for details.