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;