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.
meta.docs.description
1 parent 20e25f3 commit 5505d7dCopy full SHA for 5505d7d
src/exports.js
@@ -9,6 +9,7 @@ module.exports = {
9
schema: [],
10
docs: {
11
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
12
+ description: "Automatically sort exports.",
13
},
14
messages: {
15
sort: "Run autofix to sort these exports!",
src/imports.js
@@ -41,6 +41,7 @@ module.exports = {
41
],
42
43
44
+ description: "Automatically sort imports.",
45
46
47
sort: "Run autofix to sort these imports!",
0 commit comments