mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
To align with the latest Nord project standards more changes have been made for as part of the `nordtheme` organization migration. GH-335
14 lines
350 B
JavaScript
14 lines
350 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
|
|
*/
|
|
module.exports = {
|
|
plugins: ["@arcticicestudio/remark-preset-lint"],
|
|
};
|