From 7a06b77cfd95c54afb3cf26aed746ccf2224fa42 Mon Sep 17 00:00:00 2001 From: Shreyansh Khaitan Date: Sun, 1 Oct 2023 01:46:54 +0530 Subject: [PATCH] changes --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d7447e..26407ff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,7 +43,7 @@ jobs: black: true flake8: true # Enable linters - eslint: true + #eslint: true prettier: true # Enable linters php_codesniffer: true