Skip to content

Commit 3009dfd

Browse files
committed
chore: add eslint comments to avoid errors in the future
1 parent 8f0273f commit 3009dfd

File tree

17 files changed

+34
-0
lines changed
  • playground
    • jsx-pinia-with-tests/cypress/plugins
    • jsx-router-pinia-with-tests/cypress/plugins
    • jsx-router-with-tests/cypress/plugins
    • jsx-with-tests/cypress/plugins
    • pinia-with-tests/cypress/plugins
    • router-pinia-with-tests/cypress/plugins
    • router-with-tests/cypress/plugins
    • typescript-jsx-pinia-with-tests/cypress/plugins
    • typescript-jsx-router-pinia-with-tests/cypress/plugins
    • typescript-jsx-router-with-tests/cypress/plugins
    • typescript-jsx-with-tests/cypress/plugins
    • typescript-pinia-with-tests/cypress/plugins
    • typescript-router-pinia-with-tests/cypress/plugins
    • typescript-router-with-tests/cypress/plugins
    • typescript-with-tests/cypress/plugins
    • with-tests/cypress/plugins
  • template/config/cypress/cypress/plugins

17 files changed

+34
-0
lines changed

playground/jsx-pinia-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/jsx-router-pinia-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/jsx-router-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/jsx-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/pinia-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/router-pinia-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/router-with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-jsx-pinia-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-jsx-router-pinia-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-jsx-router-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-jsx-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-pinia-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-router-pinia-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-router-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/typescript-with-tests/cypress/plugins/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

playground/with-tests/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

template/config/cypress/cypress/plugins/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
/* eslint-disable @typescript-eslint/no-var-requires */
13
/// <reference types="cypress" />
24
// ***********************************************************
35
// This example plugins/index.js can be used to load plugins

0 commit comments

Comments
 (0)