no trailing spaces
This commit is contained in:
parent
0c72e1b6ed
commit
7d0720d55f
@ -34,6 +34,7 @@
|
|||||||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||||
"semi": 1,
|
"semi": 1,
|
||||||
"curly": [1, "all"],
|
"curly": [1, "all"],
|
||||||
"eqeqeq": 1
|
"eqeqeq": 1,
|
||||||
|
"no-trailing-spaces": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||||
"semi": 1,
|
"semi": 1,
|
||||||
"curly": [1, "all"],
|
"curly": [1, "all"],
|
||||||
"eqeqeq": 1
|
"eqeqeq": 1,
|
||||||
|
"no-trailing-spaces": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user