dotfiles/dot_tmux/plugins/nord-tmux/dot_remarkrc.mjs
2023-11-13 13:48:17 +01:00

13 lines
341 B
JavaScript

/*
* Copyright (c) 2016-present Sven Greb <development@svengreb.de>
* This source code is licensed under the MIT license found in the license file.
*/
/**
* Configurations for remark-lint.
* @see https://github.com/remarkjs/remark-lint
* @see https://remark.js.org
*/
export default {
plugins: ["@svengreb/remark-preset-lint"],
};