Skip to content

Commit

Permalink
chore(stylelint-config-norton): resolve extended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Jun 28, 2023
1 parent 3f0ce76 commit dadacd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config-norton/src/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
extends: [
// https://github.com/stylelint/stylelint-config-standard
'stylelint-config-standard',
require.resolve('stylelint-config-standard'),

// Norton-specific overrides
require.resolve('./rules/accessibility'),
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-norton/src/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
extends: [
// https://github.com/stylelint-scss/stylelint-config-standard-scss
'stylelint-config-standard-scss',
require.resolve('stylelint-config-standard-scss'),

// Norton-specific overrides
require.resolve('./rules/accessibility'),
Expand Down

0 comments on commit dadacd0

Please sign in to comment.