Skip to content

Commit

Permalink
Remove tab from .eslintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Jerrylum <[email protected]>
  • Loading branch information
Jerrylum committed Mar 13, 2024
1 parent 0a05b81 commit a572ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": true,
"mocha": true
},
"extends": [ "eslint:recommended", "@rushstack/eslint-config"],
"extends": [ "eslint:recommended", "@rushstack/eslint-config"],
"overrides": [
{
"files": ["**/test/typescript/*.ts"],
Expand Down

0 comments on commit a572ac8

Please sign in to comment.