Skip to content

Commit 1856c2c

Browse files
committed
Disable lint rule
1 parent 927bd2d commit 1856c2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/namespace-data/grades_page.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
/* eslint-disable react/prop-types */
19+
1820
// MODULES //
1921

2022
import React, { Component, Fragment } from 'react';

src/components/namespace-data/progress_page.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
/* eslint-disable react/prop-types */
19+
1820
// MODULES //
1921

2022
import React, { Component, Fragment } from 'react';

0 commit comments

Comments
 (0)