@lokse/plugin-prettier

Lokse plugin used to format output translations file using prettier

Usage no npm install needed!

<script type="module">
  import loksePluginPrettier from 'https://cdn.skypack.dev/@lokse/plugin-prettier';
</script>

README

@lokse/plugin-prettier

Plugin used to format output translations file using Prettier.

Installation

$ yarn add -D @lokse/plugin-prettier

Usage

Add it into plugins section of lokse config

{
    "plugins": ["@lokse/plugin-prettier"]
}

If you have Prettier config in your project it will be automatically loaded, otherwise default prettier config is used. The file where translations are outputed into is then formatted with Prettier.

Prettier plugin currently supports only JSON output format. If you need other format, please make a Feature request or better implement it and make pull request 🙂

Options

Plugin has no configuration options.

License

Lokse is licensed under the MIT License. Documentation is licensed under Creative Commons License. Created with ♥ by @horaklukas and all the great contributors.