@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
12 lines (8 loc) • 308 B
JavaScript
/**
* @fileoverview Prevent usage of setState in componentDidMount
* @author Yannick Croissant
*/
;
const makeNoMethodSetStateRule = require('../util/makeNoMethodSetStateRule');
/** @type {import('eslint').Rule.RuleModule} */
module.exports = makeNoMethodSetStateRule('componentDidMount');