Skip to content

Commit

Permalink
disable react/no-danger on those files
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Oct 8, 2022
1 parent 32eb46a commit beb98fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/scenegraph/Entity.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-danger */
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
Expand Down
1 change: 1 addition & 0 deletions src/lib/entity.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-danger */
import React from 'react';
import Events from './Events';
import { equal } from './utils';
Expand Down

0 comments on commit beb98fe

Please sign in to comment.