mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
- Removed temporary ignores for the docs package. - Updated linting rules for the docs package to improve code quality. - Refactored variable declarations from `let` to `const` for better consistency. - Added a new configuration file for oxlint in the docs directory. - Made minor formatting adjustments across various components.
7 lines
123 B
JSON
7 lines
123 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"rules": {
|
|
"import/no-default-export": "off"
|
|
}
|
|
}
|