When I try to install `stylelint-no-unused-selectors` I got the following issue: ``` npm ERR! Found: stylelint@14.2.0 npm ERR! node_modules/stylelint npm ERR! dev stylelint@"^14.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer stylelint@"^9.10.1 || ^10.0.0" from stylelint-no-unused-selectors@1.0.40 ``` I guess the peer dependency of the module should be upgraded to the latest stylelint version: 14.2.0