We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@svengreb/remark-preset-lint
1 parent 61b554e commit 5353832Copy full SHA for 5353832
.eslintignore
@@ -11,4 +11,4 @@ node_modules/
11
# ESLint automatically applies ignore pattern for "dotfiles" by default to prevent accidentally lint over paths like
12
# `.git` or any other critical paths.
13
!**/.eslintrc.js
14
-!.remarkrc.js
+!.remarkrc.mjs
.remarkrc.js renamed to .remarkrc.mjs
@@ -8,6 +8,6 @@
8
* @see https://github.com/remarkjs/remark-lint
9
* @see https://remark.js.org
10
*/
-module.exports = {
- plugins: ["@arcticicestudio/remark-preset-lint"],
+export default {
+ plugins: ["@svengreb/remark-preset-lint"],
};
0 commit comments