Skip to content

Commit

Permalink
Add meta.docs.description (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
  • Loading branch information
fisker and lydell committed Jul 2, 2024
1 parent 20e25f3 commit 5505d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
schema: [],
docs: {
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
description: "Automatically sort exports.",
},
messages: {
sort: "Run autofix to sort these exports!",
Expand Down
1 change: 1 addition & 0 deletions src/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
],
docs: {
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
description: "Automatically sort imports.",
},
messages: {
sort: "Run autofix to sort these imports!",
Expand Down

0 comments on commit 5505d7d

Please sign in to comment.