13 lines
341 B
JavaScript
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"],
|
|
};
|