Skip to content

Commit a2364d9

Browse files
committed
Removing linting rule for .eslintrc.js
1 parent ed6b36d commit a2364d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"record": "playwright codegen",
4747
"clear:storage": "rimraf playwright/.auth",
4848
"allure": "allure generate ./allure-results --clean && allure open ./allure-report",
49-
"lint": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js'",
50-
"lint:fix": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js' --fix",
49+
"lint": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts'",
50+
"lint:fix": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' --fix",
5151
"format": "cross-env prettier --write 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js' '**/*.json' '**/*.md' '!package-lock.json' '!dist/**/*' '!build/**/*'",
5252
"prepare": "husky",
5353
"postinstall": "playwright install chromium"

0 commit comments

Comments
 (0)