[eslint config] [breaking] set default React version to 0.15

This commit is contained in:
Jordan Harband
2017-05-01 12:22:41 -07:00
parent c9c5f7efbf
commit ba35e31c76

View File

@@ -328,7 +328,7 @@ module.exports = {
},
react: {
pragma: 'React',
version: '0.14'
version: '0.15'
},
}
};