Skip to content

Commit 5505d7d

Browse files
fiskerlydell
andauthored
Add meta.docs.description (#172)
Co-authored-by: Simon Lydell <[email protected]>
1 parent 20e25f3 commit 5505d7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/exports.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
schema: [],
1010
docs: {
1111
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
12+
description: "Automatically sort exports.",
1213
},
1314
messages: {
1415
sort: "Run autofix to sort these exports!",

src/imports.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
],
4242
docs: {
4343
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
44+
description: "Automatically sort imports.",
4445
},
4546
messages: {
4647
sort: "Run autofix to sort these imports!",

0 commit comments

Comments
 (0)