After using eslint-airbnb, I found the following error, which made me completely unable to understand the meaning.

Compiled with warnings.

. / src/index.js
Line 1: Definition for rule "jsx-a11y/href-no-hash" was not found jsx-a11y/href-no-hash

. / src/App.js
Line 1: Definition for rule "jsx-a11y/href-no-hash" was not found jsx-a11y/href-no-hash

Search for the keywords to learn more about each warning.
To ignore, add / / eslint-disable-next-line to the line before.

I don"t know how to solve this problem

May.12,2021

I don't know what you wrote on the first line. The
error message says, 'jsx-a11y/href-no-hash' is missing.
gives a temporary solution by adding a / / eslint-disable-next-line comment on the previous line and directly ignoring the lint on this line.


dependency is not installed, delete node_modules and reinstall. Better clean cache

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3852d-2c0fa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3852d-2c0fa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?