Skip to content

Commit 2fd2c79

Browse files
committed
fix eslintrc - (conflict on vip projects with the editorconfig file)
1 parent 2e51ad3 commit 2fd2c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"trailingComma": "es5",
2626
"singleQuote": true,
2727
"printWidth": 120,
28-
"semi": false
28+
"semi": false,
29+
"useTabs": false
2930
}
3031
]
3132
},

0 commit comments

Comments
 (0)