Skip to content

Commit 61e7372

Browse files
committed
refactor: no tabs but for indentation (closes #15)
1 parent 15ae5f1 commit 61e7372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ module.exports = {
8585
"align": "value"
8686
}
8787
],
88+
"@stylistic/no-tabs": [
89+
"error",
90+
{
91+
"allowIndentationTabs": true
92+
}
93+
],
8894
"@stylistic/js/semi": [
8995
"error",
9096
"always",

0 commit comments

Comments
 (0)