mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
build(ui): restore i18n eslint rule
This commit is contained in:
parent
7c5e458372
commit
24fd7f41ff
@ -9,7 +9,7 @@ module.exports = {
|
|||||||
// https://github.com/qdanik/eslint-plugin-path
|
// https://github.com/qdanik/eslint-plugin-path
|
||||||
'path/no-relative-imports': ['error', { maxDepth: 0 }],
|
'path/no-relative-imports': ['error', { maxDepth: 0 }],
|
||||||
// https://github.com/edvardchen/eslint-plugin-i18next/blob/HEAD/docs/rules/no-literal-string.md
|
// https://github.com/edvardchen/eslint-plugin-i18next/blob/HEAD/docs/rules/no-literal-string.md
|
||||||
// 'i18next/no-literal-string': 'error',
|
'i18next/no-literal-string': 'error',
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user