mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
ESLint: Add prefer-template
This commit is contained in:
parent
31179dbd61
commit
006018730b
@ -211,6 +211,7 @@
|
||||
"prefer-rest-params": "error",
|
||||
"prefer-spread": "error",
|
||||
"rest-spread-spacing": "error",
|
||||
"template-curly-spacing": "error"
|
||||
"template-curly-spacing": "error",
|
||||
"prefer-template": "error"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user