Skip to content

Commit a891a1d

Browse files
committed
Merge branch 'nakrovati-chore/update-old-rollup-versions'
2 parents 828ac3a + 6e1c05b commit a891a1d

File tree

117 files changed

+19156
-14550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+19156
-14550
lines changed

eslint.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default tseslint.config(
4444
* Webdriver
4545
*/
4646
{
47-
files: ["webdriver-ts/**/*.{js,cjs,ts}"],
47+
files: ["webdriver-ts/src/**/*.{js,cjs,ts}"],
4848
languageOptions: {
4949
parserOptions: { project: ["./webdriver-ts/tsconfig.eslint.json"] },
5050
},
@@ -53,6 +53,7 @@ export default tseslint.config(
5353
"require-await": "error",
5454
"@typescript-eslint/no-floating-promises": "error",
5555
"@typescript-eslint/no-unused-vars": "off",
56+
"prefer-const": "off",
5657
},
5758
},
5859
/**
@@ -83,7 +84,7 @@ export default tseslint.config(
8384
},
8485
},
8586
{
86-
ignores: ["**/node_modules/", "**/dist/", "**/results/", "css/", "**/csv_export.js"],
87+
ignores: ["**/node_modules/", "**/dist/", "**/results/", "css/", "**/csv_export.js", "**/py/"],
8788
},
8889
eslintConfigPrettier
8990
);

0 commit comments

Comments
 (0)