Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
fix: disable no-empty-source rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lit committed Jan 27, 2021
1 parent a64cbcf commit becf8d3
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 90 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
'declaration-block-no-redundant-longhand-properties': null,
'function-url-quotes': 'always',
'no-descending-specificity': null,
'no-empty-source': null,
'no-missing-end-of-source-newline': null,
'number-leading-zero': 'always',
'media-feature-name-no-unknown': [
Expand Down
Loading

0 comments on commit becf8d3

Please sign in to comment.