facebook

Codemix still show infos after disable it in eslint

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #641615 Reply

    cfmoraes
    Participant

    I am not using any pack. It is just plain JS.
    I don’t want to get warnings about not used parameters in functions.
    I set “no-undef”: “off” in .eslintrc.js and I stop get these cases as errors or wanings, but I still gets as info.
    How can I remove these “info”

    • This topic was modified 4 years, 9 months ago by cfmoraes.
    Attachments:
    You must be logged in to view attached files.
    #641654 Reply

    support-swapna
    Moderator

    cfmoraes,

    Please add this line to the CodeMix settings file to turn off the info :
    "javascript.showUnused": false

    To open the settings file, go to Window > Preferences > CodeMix > Extensions. Click on top first icon to ‘Open Settings Json’ and add the above line to the settings section in that file and save it. Reopen the JS file and the info messages should go away.

    Hope this helps. Please let us know how it works for you.

    –Swapna
    Genuitec Support

    #641738 Reply

    cfmoraes
    Participant

    Hi Swapna,

    It solved the problem. I really appreciate that!

    Thank you!

    #641778 Reply

    support-swapna
    Moderator

    cfmoraes,

    Glad that it helps.
    Please let us know if you see any other issues.

    –Swapna
    Genuitec Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Codemix still show infos after disable it in eslint

You must be logged in to post in the forum log in