asdf
This commit is contained in:
parent
6a80f8eefa
commit
217f78b239
16
.prettierrc
16
.prettierrc
|
|
@ -1,8 +1,18 @@
|
||||||
{
|
{
|
||||||
|
"arrowParens": "always",
|
||||||
|
"bracketSameLine": false,
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"endOfLine": "lf",
|
||||||
|
"htmlWhitespaceSensitivity": "css",
|
||||||
|
"jsxBracketSameLine": false,
|
||||||
|
"jsxSingleQuote": true,
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
|
"proseWrap": "preserve",
|
||||||
|
"quoteProps": "consistent",
|
||||||
"semi": true,
|
"semi": true,
|
||||||
|
"singleAttributePerLine": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
|
"tabWidth": 2,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"proseWrap": "never",
|
"useTabs": false
|
||||||
"endOfLine": "auto"
|
}
|
||||||
}
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
import { NS } from '@ns';
|
import { NS } from '@ns';
|
||||||
import { scan } from './utils/scan';
|
import { scan } from './utils/scan';
|
||||||
import { startall } from './utils/startall';
|
import { startall } from './utils/startall';
|
||||||
|
import { kill } from './utils/kill';
|
||||||
|
|
||||||
export const main = (ns: NS) => {
|
export const main = (ns: NS) => {
|
||||||
ns.tprint(ns.purchaseServer('chungus', 128));
|
ns.tprint(ns.getPurchasedServerCost(256));
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue