Progress on translations (#9703)
Start adding a few translations on setting pages, introduce pseudo-locale, switch to dynamic import, add eslint rule
This commit is contained in:
@ -25,10 +25,10 @@ module.exports = {
|
||||
},
|
||||
plugins: ['project-structure'],
|
||||
settings: {
|
||||
'project-structure/folder-structure-config-path':path.resolve(
|
||||
'project-structure/folder-structure-config-path': path.join(
|
||||
__dirname,
|
||||
'folderStructure.json'
|
||||
)
|
||||
'folderStructure.json',
|
||||
),
|
||||
},
|
||||
rules: {
|
||||
'project-structure/folder-structure': 'error',
|
||||
|
||||
Reference in New Issue
Block a user