Skip to content

Commit

Permalink
Removing linting rule for .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vasu31dev committed Oct 18, 2024
1 parent ed6b36d commit a2364d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"record": "playwright codegen",
"clear:storage": "rimraf playwright/.auth",
"allure": "allure generate ./allure-results --clean && allure open ./allure-report",
"lint": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js'",
"lint:fix": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js' --fix",
"lint": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts'",
"lint:fix": "cross-env eslint 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' --fix",
"format": "cross-env prettier --write 'tests/**/*.ts' 'test-setup/**/*.ts' 'playwright.config.ts' '.eslintrc.js' '**/*.json' '**/*.md' '!package-lock.json' '!dist/**/*' '!build/**/*'",
"prepare": "husky",
"postinstall": "playwright install chromium"
Expand Down

0 comments on commit a2364d9

Please sign in to comment.