The setting for eslint does not take effect

A newcomer to a company has n warnings in their project, most of which, of course, come from eslint. Here"s the problem:
has a warning about eslint missing radix parameter ;
knows the workaround to set "radix": 0 to rules; but it doesn"t take effect in .eslintrc; but setting / * eslint radix: 0 * / in the file takes effect. I want to know what this problem is and how I can make it work in .eslintrc;

Dec.21,2021

may be a cache problem in node_modules. Delete the .cache folder in the node_modules directory and try to restart the project

.
Menu