You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to CRA@2 with react 16.5.2 inside and after that I started getting eslint warnings Definition for rule 'css-modules/no-unused-class' was not found for files that have such lines: /* eslint css-modules/no-unused-class: [1, { markAsUsed: ['error'] }] */
As I understand it's an issue with different eslint versions for CRA ([email protected]) and for your plugin
Can you help with it somehow?
The text was updated successfully, but these errors were encountered:
Hi,
I updated to CRA@2 with react 16.5.2 inside and after that I started getting eslint warnings
Definition for rule 'css-modules/no-unused-class' was not found
for files that have such lines:/* eslint css-modules/no-unused-class: [1, { markAsUsed: ['error'] }] */
As I understand it's an issue with different eslint versions for CRA ([email protected]) and for your plugin
Can you help with it somehow?
The text was updated successfully, but these errors were encountered: