mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
* Inline getTestDocument into test cases * Remove mention of mock file we do not use * Remove unused configuration entries * Move eslint-rules package into the scripts/ folder
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'warning-and-invariant-args': require('./warning-and-invariant-args'),
|
|
'no-primitive-constructors': require('./no-primitive-constructors'),
|
|
},
|
|
};
|