Use named path import eslint rule

This commit is contained in:
Dustin Brett
2022-11-21 21:34:44 -08:00
parent dba80fbc2b
commit e567af4df6

View File

@@ -132,7 +132,16 @@
"sonarjs/no-nested-template-literals": "off",
"sort-keys-fix/sort-keys-fix": "error",
"unicorn/filename-case": "off",
"unicorn/import-style": "off",
"unicorn/import-style": [
"error",
{
"styles": {
"path": {
"named": true
}
}
}
],
"unicorn/no-array-for-each": "off",
"unicorn/no-array-reduce": "off",
"unicorn/no-await-expression-member": "off",