Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit fe65e4b

Browse files
billyjanitschljharb
authored andcommitted
[eslint config] [patch] Fix reported React version
Fixes airbnb#1414.
1 parent 58e6cd3 commit fe65e4b

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/rules/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ module.exports = {
327327
},
328328
react: {
329329
pragma: 'React',
330-
version: '0.15'
330+
version: '15.0'
331331
},
332332
}
333333
};

0 commit comments

Comments
 (0)