mirror of
https://github.com/zebrajr/react.git
synced 2025-12-08 07:38:51 +01:00
11 lines
349 B
JavaScript
11 lines
349 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'no-primitive-constructors': require('./no-primitive-constructors'),
|
|
'no-to-warn-dev-within-to-throw': require('./no-to-warn-dev-within-to-throw'),
|
|
'warning-and-invariant-args': require('./warning-and-invariant-args'),
|
|
'no-production-logging': require('./no-production-logging'),
|
|
},
|
|
};
|