Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [RGInt-303] added no-missing-end-of-source-newline rule to stylelint #2

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RG_CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Added:
- add CI checkers: tests, linters checkers
- add configs and tests
- add documentation

* no-missing-end-of-source-newline rule to stylelint
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] Let's fix file structure:

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

It will render:
image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

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,
},
};
Loading