Skip to content

Commit

Permalink
remove redundant stylelint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Oct 16, 2024
1 parent 11ad0c7 commit ba0652f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions uui-build/linting/stylelintrc.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,5 @@ module.exports = {
...SCSS_COMMON_RULES,
},
},
{
extends: ['stylelint-config-sass-guidelines'],
files: [
'**/epam-assets/theme/**/*.scss',
],
rules: {
...SCSS_COMMON_RULES,
'uui-custom-rules/theme-tokens-validation': [
true,
{
ignoredUnknownVars: ['--font-inter', '--font-museo-sans', '--uui-btn-bg'],
ignoredRedeclaredVars: ['--uui-border-radius'],
},
],
},
},
],
};

0 comments on commit ba0652f

Please sign in to comment.