mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
DEV: Consolidate i18n import paths (#29804)
Enables our new eslint rules which enforce consistent i18n imports. For more info, see 0d58b40cd7
This commit is contained in:
@ -5,6 +5,8 @@ export default [
|
||||
{
|
||||
rules: {
|
||||
"ember/no-classic-classes": "error",
|
||||
"discourse/i18n-import-location": "error",
|
||||
"discourse/i18n-t": "error",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user