mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -13,9 +13,9 @@ import { Settings } from "../../Settings/Settings";
|
||||
import { formatMoney, formatPercent } from "../../ui/formatNumber";
|
||||
import Typography from "@mui/material/Typography";
|
||||
|
||||
type IProps = {
|
||||
interface IProps {
|
||||
stock: Stock;
|
||||
};
|
||||
}
|
||||
|
||||
const localesWithLongPriceFormat = ["cs", "lv", "pl", "ru"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user