Skip to content

Commit 5353832

Browse files
authored
Migrate to @svengreb/remark-preset-lint npm package (#91)
Before the `@arcticicestudio/remark-preset-lint` package [2] was used which has been deprecated during the `svengreb` GitHub account and `@svengreb` npm package scope migration [2] and replaced by the new `@svengreb/remark-preset-lint` package [2]. [1]: https://github.com/arcticicestudio/styleguide-markdown/tree/main/packages/@arcticicestudio/remark-preset-lint [2]: svengreb/styleguide-markdown#63 [3]: https://github.com/svengreb/styleguide-markdown/tree/main/packages/%40svengreb/remark-preset-lint GH-90
1 parent 61b554e commit 5353832

File tree

4 files changed

+5144
-4775
lines changed

4 files changed

+5144
-4775
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ node_modules/
1111
# ESLint automatically applies ignore pattern for "dotfiles" by default to prevent accidentally lint over paths like
1212
# `.git` or any other critical paths.
1313
!**/.eslintrc.js
14-
!.remarkrc.js
14+
!.remarkrc.mjs

.remarkrc.js renamed to .remarkrc.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* @see https://github.com/remarkjs/remark-lint
99
* @see https://remark.js.org
1010
*/
11-
module.exports = {
12-
plugins: ["@arcticicestudio/remark-preset-lint"],
11+
export default {
12+
plugins: ["@svengreb/remark-preset-lint"],
1313
};

0 commit comments

Comments
 (0)