mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
fix: eslint indent
This commit is contained in:
@@ -51,7 +51,7 @@ export default combine(
|
||||
jsx: false,
|
||||
overrides: {
|
||||
// original config
|
||||
"style/indent": "off",
|
||||
"style/indent": ["error", 2],
|
||||
|
||||
// these options does not exist in old version
|
||||
// maybe useless
|
||||
|
||||
Reference in New Issue
Block a user