Stylelint super strict rules Installation npm install --save-dev stylelint stylelint-order @doochik/stylelint-config-strict Create .stylelintrc file your project with following contents: { "extends": "@doochik/stylelint-config-strict" }