Skip to content

Commit

Permalink
feat(stylelint-config): remove no-invalid-position-at-import-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 16, 2023
1 parent db2c8b2 commit 68b48bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/stylelint-config/angular-less.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
rules: {
...angularConfig.rules,
...lessConfig.rules,
'no-invalid-position-at-import-rule': null,
},
};

0 comments on commit 68b48bf

Please sign in to comment.