Skip to content

Commit aba8ef7

Browse files
committed
chore: Ignore generated files in eslint config
1 parent bcd949a commit aba8ef7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["16.13.0", "18.2.0", "20.5.1"]
13+
node: ["16.14.0", "18.2.0", "20.5.1"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3

test-e2e/cypress-typescript/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
parserOptions: {
77
sourceType: "module",
88
},
9+
ignorePatterns: ["cypress/support/cypress-localstorage-commands/**/*"],
910
plugins: ["prettier"],
1011
rules: {
1112
"prettier/prettier": [

0 commit comments

Comments
 (0)