File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
"record" : " playwright codegen" ,
47
47
"clear:storage" : " rimraf playwright/.auth" ,
48
48
"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" ,
51
51
"format" : " cross-env prettier --write 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js' '**/*.json' '**/*.md' '!package-lock.json' '!dist/**/*' '!build/**/*'" ,
52
52
"prepare" : " husky" ,
53
53
"postinstall" : " playwright install chromium"
You can’t perform that action at this time.
0 commit comments