lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

lint js problem #310

Open Darin-Hamouda opened 2 years ago

Darin-Hamouda commented 2 years ago

I have the following warning when trying to pass the lint check: warning: You have a misspelled word: checkbox on Template (spellcheck/spell-checker) at client/src/components/render-list.js:7:22:

I do not know how to add the word 'checkbox' to the dictionary.

https://github.com/lab-antwerp-1/separation-of-concerns-starter-group-2/runs/5344318462?check_suite_focus=true

colevandersWands commented 2 years ago

@Darin-Hamouda , you can add words directly in the .eslint config file like this. Take a look at those docs and get back to me if you're still having trouble. these configurations can be a pain