diff --git a/test/index.js b/test/index.js index 952f6bf67f..2d1e1392bc 100644 --- a/test/index.js +++ b/test/index.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const path = require('path'); diff --git a/test/tests/checkbox_checkbox-2.js b/test/tests/checkbox_checkbox-2.js index 027e425899..ec717e4243 100644 --- a/test/tests/checkbox_checkbox-2.js +++ b/test/tests/checkbox_checkbox-2.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/combobox_autocomplete-both.js b/test/tests/combobox_autocomplete-both.js index 5180522e44..d82640b9d1 100644 --- a/test/tests/combobox_autocomplete-both.js +++ b/test/tests/combobox_autocomplete-both.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/combobox_autocomplete-list.js b/test/tests/combobox_autocomplete-list.js index 9797e5097b..fe194eb5ec 100644 --- a/test/tests/combobox_autocomplete-list.js +++ b/test/tests/combobox_autocomplete-list.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/combobox_autocomplete-none.js b/test/tests/combobox_autocomplete-none.js index 1da6f24a05..0ab945d1e7 100644 --- a/test/tests/combobox_autocomplete-none.js +++ b/test/tests/combobox_autocomplete-none.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/combobox_grid-combo.js b/test/tests/combobox_grid-combo.js index 4ff249ed27..a0010051c1 100644 --- a/test/tests/combobox_grid-combo.js +++ b/test/tests/combobox_grid-combo.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/grid_LayoutGrids.js b/test/tests/grid_LayoutGrids.js index 1d6ff5282d..1ec9c4b29a 100644 --- a/test/tests/grid_LayoutGrids.js +++ b/test/tests/grid_LayoutGrids.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/tabs_tabs-1.js b/test/tests/tabs_tabs-1.js index a6ff7badca..81ba95835b 100644 --- a/test/tests/tabs_tabs-1.js +++ b/test/tests/tabs_tabs-1.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/tests/tabs_tabs-2.js b/test/tests/tabs_tabs-2.js index 80811aaea7..0eda416d60 100644 --- a/test/tests/tabs_tabs-2.js +++ b/test/tests/tabs_tabs-2.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { ariaTest } = require('..'); diff --git a/test/util/assertAriaDescribedby.js b/test/util/assertAriaDescribedby.js index c110a4f237..a9600f576a 100644 --- a/test/util/assertAriaDescribedby.js +++ b/test/util/assertAriaDescribedby.js @@ -1,5 +1,3 @@ -/* eslint no-restricted-properties: 0 */ - 'use strict'; const { By } = require('selenium-webdriver');