back to immutable mode

This commit is contained in:
MapleLeaf
2021-12-16 20:58:48 -06:00
parent e67abe0b9b
commit 174bc22c18
10 changed files with 110 additions and 104 deletions

View File

@@ -6,7 +6,8 @@
"lint": "eslint --ext js,ts,tsx .",
"lint-fix": "pnpm lint -- --fix",
"format": "prettier --write .",
"test": "c8 ava",
"test": "ava",
"test-coverage": "c8 ava",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
@@ -40,7 +41,7 @@
"**/.vscode/**"
],
"parserOptions": {
"project": "./tsconfig.base.json"
"project": "./tsconfig.json"
}
},
"prettier": "@itsmapleleaf/configs/prettier",