Skip to content

Commit

Permalink
Migrate to @svengreb/remark-preset-lint npm package (#91)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
svengreb authored Apr 27, 2023
1 parent 61b554e commit 5353832
Show file tree
Hide file tree
Showing 4 changed files with 5,144 additions and 4,775 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ node_modules/
# ESLint automatically applies ignore pattern for "dotfiles" by default to prevent accidentally lint over paths like
# `.git` or any other critical paths.
!**/.eslintrc.js
!.remarkrc.js
!.remarkrc.mjs
4 changes: 2 additions & 2 deletions .remarkrc.js → .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
* @see https://github.com/remarkjs/remark-lint
* @see https://remark.js.org
*/
module.exports = {
plugins: ["@arcticicestudio/remark-preset-lint"],
export default {
plugins: ["@svengreb/remark-preset-lint"],
};
Loading

0 comments on commit 5353832

Please sign in to comment.