Skip to content

Commit

Permalink
Merge pull request #1528 from bcgov/UTOPIA-1417
Browse files Browse the repository at this point in the history
[UTOPIA-1417] (Frontend) Update patch dev dependencies
  • Loading branch information
BradyMitch authored Sep 7, 2023
2 parents 77bcc54 + 65bd4c2 commit 8c43a77
Show file tree
Hide file tree
Showing 34 changed files with 1,376 additions and 870 deletions.
8 changes: 2 additions & 6 deletions src/frontend/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ module.exports = {
* @see https://github.com/stylelint-scss/stylelint-config-standard-scss
*/
'stylelint-config-standard-scss',

/**
* @see https://github.com/prettier/stylelint-config-prettier
*/
'stylelint-config-prettier',
],

/**
Expand All @@ -40,7 +35,7 @@ module.exports = {
/**
* @see https://stylelint.io/user-guide/configure/#ignorefiles
*/
ignoreFiles: ['**/*.js', '**/*.jsx'],
ignoreFiles: ['**/*.js', '**/*.jsx', 'src/sass/_bootstrap_variables.scss'],

/**
* @see https://stylelint.io/user-guide/rules/list
Expand All @@ -54,6 +49,7 @@ module.exports = {
'string-quotes': 'single', // https://stylelint.io/user-guide/rules/list/string-quotes/
'scss/comment-no-empty': null, // https://github.com/stylelint-scss/stylelint-scss/tree/master/src/rules/comment-no-empty
'scss/double-slash-comment-empty-line-before': null, // https://github.com/stylelint-scss/stylelint-scss/tree/master/src/rules/double-slash-comment-empty-line-before
'scss/dollar-variable-pattern': null,
'prettier/prettier': [true, { severity: 'warning' }], // https://github.com/prettier/stylelint-prettier#installation
'scss/operator-no-newline-after': null,
'at-rule-empty-line-before': [
Expand Down
Loading

0 comments on commit 8c43a77

Please sign in to comment.