Skip to content

Commit 515d70e

Browse files
committed
Merge pull request react-bootstrap#495 from AlexKVal/tmp_off
Temporary mute eslint react/no-did-mount-set-state warning
2 parents e0181ad + 6c074d8 commit 515d70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ComponentsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint no-path-concat: 0 */
1+
/* eslint no-path-concat: 0, react/no-did-mount-set-state: 0 */
22

33
import React from 'react';
44

0 commit comments

Comments
 (0)