Skip to content

Commit

Permalink
feat: [RGInt-303] added no-missing-end-of-source-newline rule to styl…
Browse files Browse the repository at this point in the history
…elint
  • Loading branch information
PKulkoRaccoonGang authored Jan 21, 2025
1 parent 4b9b607 commit 2384803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RG_CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ and this project adheres to customized Semantic Versioning e.g.: `redwood-rg.1`
************

Added:
=====
======
* no-missing-end-of-source-newline rule to stylelint (RGInt-303)
* initialize project structure and add default configs (RGInt-303)

- add CI checkers: tests, linters checkers
- add configs and tests
- add documentation
- add CI checkers: tests, linters checkers
- add configs and tests
- add documentation
1 change: 1 addition & 0 deletions config/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ module.exports = {
"no-descending-specificity": null,
"import-notation": null,
"media-feature-range-notation": null,
"no-missing-end-of-source-newline": true,
},
};

0 comments on commit 2384803

Please sign in to comment.