chore!: set linters to maximum strictness

This commit is contained in:
Tom Keller
2022-10-27 21:16:31 -07:00
parent 0240c3dd03
commit f698871603
12 changed files with 202 additions and 108 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"name": "configure-aws-credentials",
"description": "A GitHub Action to configure AWS credentials",
"scripts": {
"build": "tsc",
"build": "tsc --project tsconfig.build.json",
"lint": "eslint .",
"package": "ncc build --license ../THIRD-PARTY -o dist",
"package": "npm run build && ncc build --license ../THIRD-PARTY -o dist",
"test": "npm run lint && jest --verbose"
},
"author": {