Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 2, 2024
1 parent 71c6d9c commit 3950bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
schema: [],
docs: {
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
description: 'Automatically sort exports.',
description: "Automatically sort exports.",
},
messages: {
sort: "Run autofix to sort these exports!",
Expand Down
2 changes: 1 addition & 1 deletion src/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
],
docs: {
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
description: 'Automatically sort imports.',
description: "Automatically sort imports.",
},
messages: {
sort: "Run autofix to sort these imports!",
Expand Down

0 comments on commit 3950bbd

Please sign in to comment.