From 0664032ef72133103f85a700515e7164189176b4 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Fri, 5 Jul 2024 13:06:36 +0200 Subject: [PATCH] feat: add CI checks using GitHub actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9cda2335c..611c3b9137 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typecheck": "tsc", "healthcheck": "npm run typecheck && npm run lint:check", "lint:check": "./node_modules/.bin/eslint ./app", - "lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix", + "lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.cjs --fix", "format:check": "./node_modules/.bin/prettier --check ./app", "format:write": "./node_modules/.bin/prettier --config .prettierrc.json --write ./app" },