UNPKG

sharec-core

Version:

[![.github/workflows/main.yml](https://github.com/lamartire/sharec/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/lamartire/sharec/actions) [![npm](https://img.shields.io/npm/v/sharec)](https://npmjs.com/sharec) ![MIT License](https:/

13 lines (9 loc) 374 B
// @ts-check const { map } = require('sharec-schema').actions const { yaspellerJson } = require('./schema') const { createJsonPipe } = require('sharec-schema').pipes const yaspellerJsonPipe = createJsonPipe([yaspellerJson]) const yaspellerPipe = map(['.yaspellerrc', yaspellerJsonPipe], ['.yaspeller.json', yaspellerJsonPipe]) module.exports = { pipe: yaspellerPipe, }