At line import React, { Component } from 'react';
ESLint marks the import and brings the following message:
[eslint] Definition for rule 'react/require-extension' was not found (react/require-extension)
The system works everything ok, and all other messages I managed to fix, but I'm not finding a way.