Skip to content

Commit

Permalink
feat: use import/order rule in utxo-bin eslint config
Browse files Browse the repository at this point in the history
Issue: BTC-1351
  • Loading branch information
OttoAllmendinger committed Sep 27, 2024
1 parent 841342d commit 508ccca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/utxo-bin/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../.eslintrc.json",
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "error",
"import/order": ["error", { "newlines-between": "always" }],
"indent": "off"
}
}

0 comments on commit 508ccca

Please sign in to comment.