From 01f9fdec37ce9f01e56f6b042ad021261f1c52c7 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 19 Feb 2024 18:44:06 +0100 Subject: [PATCH] add linting --- .eslintrc.cjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 67cb397..a37ba8d 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -130,8 +130,6 @@ module.exports = { parser: '@typescript-eslint/parser', sourceType: 'module', }, - plugins: ['cypress'], - extends: ['plugin:cypress/recommended'], plugins: ['@typescript-eslint'], extends: [ 'plugin:@typescript-eslint/recommended',