chore: lint + bump deps

This commit is contained in:
liyasthomas
2021-11-04 18:23:50 +05:30
parent ad76d100ee
commit 9e74a8c2e7
32 changed files with 1248 additions and 1265 deletions

View File

@@ -11,8 +11,8 @@
},
"scripts": {
"demo": "esrun src/demo.ts",
"lint": "eslint --ext .ts,.js --ignore-path .gitignore",
"lintfix": "eslint --ext .ts,.js --ignore-path .gitignore --fix",
"lint": "eslint --ext .ts,.js --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .ts,.js --ignore-path .gitignore .",
"test": "npx jest",
"build": "npx tsc",
"clean": "npx tsc --build --clean",
@@ -43,9 +43,9 @@
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"io-ts": "^2.2.16",
@@ -54,10 +54,5 @@
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"jest": {
"setupFilesAfterEnv": [
"@relmify/jest-fp-ts"
]
}
}