Skip to content

Commit ef81efc

Browse files
author
Victor A.M
committed
Deactivate key-spacing eslint rule
1 parent fb97f86 commit ef81efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "standard",
33
rules: {
4-
"no-multi-spaces": 0
4+
"no-multi-spaces": 0,
5+
"key-spacing": 0
56
}
67
}

0 commit comments

Comments
 (0)