Skip to content

Commit ccd2d9f

Browse files
committed
Disable lint rule
1 parent b3a2a7a commit ccd2d9f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/test.dist.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable no-restricted-syntax */
20+
1921
'use strict';
2022

2123
// MODULES //

test/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable no-restricted-syntax */
20+
1921
'use strict';
2022

2123
// MODULES //

0 commit comments

Comments
 (0)