Skip to content

Commit

Permalink
chore: rename order.js to import-order.js (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Sep 15, 2023
1 parent 0bc3163 commit 45df9f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["./index.js", "./order.js", "./prettier.js"],
"extends": ["./index.js", "./import-order.js", "./prettier.js"],
"root": true,
"env": {
"node": true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if you want to enforce a convention in module import order, extend root config w

```json
{
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/order"],
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/import-order"],
"root": true
}
```
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"server.js",
"prettier.js",
"constants.js",
"order.js"
"import-order.js"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 45df9f2

Please sign in to comment.