mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-09 22:08:37 +01:00
feat: add unicorn/template-indent
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
8bfeaadf32
commit
adf01e1e8c
@ -200,7 +200,8 @@
|
||||
"unicorn/no-typeof-undefined": "error",
|
||||
"unicorn/require-array-join-separator": "error",
|
||||
"unicorn/prefer-number-properties": "error",
|
||||
"unicorn/prefer-modern-math-apis": "error"
|
||||
"unicorn/prefer-modern-math-apis": "error",
|
||||
"unicorn/template-indent": "error"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user