Merge pull request #5200 from mempool/mononaut/no-trailing-spaces
no trailing spaces
This commit is contained in:
commit
2c2a6ee872
@ -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