mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Also see <https://github.com/koreader/koreader/pull/10611>. There's some degree of compatibility with the LuaLS config `.luarc.json` but it didn't seem to work all that well.
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
|
"workspace": {
|
|
"ignoreGlobs": [
|
|
"base/build/**/**",
|
|
"base/third_party/**/**"
|
|
]
|
|
},
|
|
"diagnostics": {
|
|
"globals": [
|
|
"G_reader_settings"
|
|
]
|
|
},
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
}
|
|
}
|