module.exports = { rules: { "@eightyfourjs/fast-experiences/correct-platform-specificity": "error", "@eightyfourjs/fast-experiences/no-data-retrieving-from-ui-component": "error", "@eightyfourjs/fast-experiences/no-memoization": "error", "@eightyfourjs/fast-experiences/no-mutation-in-ui-component": "error", "@eightyfourjs/fast-experiences/no-react-lazy-and-suspense-in-non-web-files": "error", "@eightyfourjs/fast-experiences/no-untyped-object-reduce": "error", }, };