Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 42f8cab

Browse files
committed
feat(react): add new eslint-plugin-react rules
1 parent 1f8d417 commit 42f8cab

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-react

1 file changed

+1
-0
lines changed

packages/eslint-config-react/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ module.exports = {
9090
'react/no-typos': 'error',
9191
'react/no-unescaped-entities': 'error',
9292
'react/no-unknown-property': 'error',
93+
'react/no-unsafe': 'error',
9394
'react/no-unused-prop-types': 'off',
9495
'react/no-unused-state': 'error',
9596
'react/no-will-update-set-state': 'error',

0 commit comments

Comments
 (0)