You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'stylelint-config-prettier', // To avoid/remove conflicts with Prettier Related Rules. (Should be at Last)
],
plugins: [
'stylelint-order', // For now we have used "Alphabetic order" with "Stylelint-Order". If need other type of order check 'stylelint-order' github bottom. (Ex. stylelint-config-idiomatic-order)
],
rules: {
// Disabling rule to, Allow any types of name as class/id names. (kebab, snake, camel, mixes, etc...)