Skip to content

Commit

Permalink
removed unnecessary eslit no-restricted-props
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Mar 20, 2020
1 parent d614c2f commit 4fd14ca
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const path = require('path');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/checkbox_checkbox-2.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/combobox_autocomplete-both.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/combobox_autocomplete-list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/combobox_autocomplete-none.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/combobox_grid-combo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/grid_LayoutGrids.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/tabs_tabs-1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/tests/tabs_tabs-2.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { ariaTest } = require('..');
Expand Down
2 changes: 0 additions & 2 deletions test/util/assertAriaDescribedby.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint no-restricted-properties: 0 */

'use strict';

const { By } = require('selenium-webdriver');
Expand Down

0 comments on commit 4fd14ca

Please sign in to comment.