I need to make custom ESLint rule, so when a function is being used MyHelper.API.GetProducts() you should add a comment before, otherwise ESLint should fail. Comment should be in syntax something like /* GetProducts API approved by manager */
My project has ESLint config file .eslintrc
I have no clue how to configure such thing.