1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

feat: add unicorn/template-indent

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2023-07-18 22:08:49 +02:00
parent 8bfeaadf32
commit adf01e1e8c
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -200,7 +200,8 @@
"unicorn/no-typeof-undefined": "error", "unicorn/no-typeof-undefined": "error",
"unicorn/require-array-join-separator": "error", "unicorn/require-array-join-separator": "error",
"unicorn/prefer-number-properties": "error", "unicorn/prefer-number-properties": "error",
"unicorn/prefer-modern-math-apis": "error" "unicorn/prefer-modern-math-apis": "error",
"unicorn/template-indent": "error"
}, },
"overrides": [ "overrides": [
{ {