There are many options to config stylelint, like
- a stylelint property in package.json
- .stylelintrc.json, .stylelintrc.yaml, .stylelintrc.js etc.
- a stylelint.config.js file
Is there any difference when I'm deciding which one to use? Official document says:"You may want to use an extension so that your text editor can better interpret the file, and help with syntax checking and highlighting."Any other difference except that?
Thanks!