Installations
npm install @wordpress/stylelint-config
Developer
Developer Guide
Module System
CommonJS
Min. Node Version
>=18.12.0
Typescript Support
No
Node Version
20.18.1
NPM Version
lerna/7.1.4/node@v20.18.1+x64 (linux)
Statistics
10,545 Stars
34,403 Commits
4,217 Forks
348 Watching
2,895 Branches
1,291 Contributors
Updated on 27 Nov 2024
Languages
JavaScript (62.34%)
TypeScript (16.9%)
PHP (11.1%)
HTML (3.73%)
SCSS (3.6%)
Java (1%)
Swift (0.6%)
Kotlin (0.2%)
Mustache (0.13%)
Shell (0.11%)
CSS (0.09%)
MDX (0.09%)
Objective-C (0.04%)
PEG.js (0.04%)
Ruby (0.03%)
Total Downloads
Cumulative downloads
Total Downloads
7,100,343
Last day
-1.8%
13,697
Compared to previous day
Last week
0.2%
64,298
Compared to previous week
Last month
14.2%
267,958
Compared to previous month
Last year
74.8%
3,452,104
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Peer Dependencies
1
Gutenberg
Welcome to the development hub for the WordPress Gutenberg project!
"Gutenberg" is a codename for a whole new paradigm in WordPress site building and publishing, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word. Right now, the project is in the second phase of a four-phase process that will touch every piece of WordPress -- Editing, Customization, Collaboration (which includes Real-time collaboration, Asynchronous collaboration, Publishing flows, Post revisions interface, Admin design, Library), and Multilingual -- and is focused on a new editing experience, the block editor.
The block editor introduces a modular approach to pages and posts: each piece of content in the editor, from a paragraph to an image gallery to a headline, is its own block. And just like physical blocks, WordPress blocks can be added, arranged, and rearranged, allowing WordPress users to create media-rich pages in a visually intuitive way -- and without work-arounds like shortcodes or custom HTML.
The block editor first became available in December 2018, and we're still hard at work refining the experience, creating more and better blocks, and laying the groundwork for the next three phases of work. The Gutenberg plugin gives you the latest version of the block editor, so you can join us in testing bleeding-edge features, start playing with blocks, and maybe get inspired to build your own.
Check out the Keeping up with Gutenberg Index
Getting Started
Get hands on: check out the block editor live demo to play with a test instance of the editor.
Using Gutenberg
-
Download: To use the latest release of the Gutenberg plugin on your WordPress site: install from the plugins page in wp-admin, or download from the WordPress.org plugins repository.
-
User Documentation: See the WordPress Editor documentation for detailed docs on using the editor as an author creating posts and pages.
-
User Support: If you have run into an issue, you should check the Support Forums first. The forums are a great place to get help. If you have a bug to report, please submit it to the Gutenberg repository. Please search prior to creating a new bug to confirm it's not a duplicate.
Developing for Gutenberg
Extending and customizing is at the heart of the WordPress platform, this is no different for the Gutenberg project. The editor and future products can be extended by third-party developers using plugins.
Review the Quick Start Guide for the fastest way to get started extending the block editor. See the Block Editor Handbook for extensive tutorials, documentation, and API references. Also, check the WordPress Developer Blog for great articles about block development, among other topics.
Contribute to Gutenberg
Gutenberg is an open-source project and welcomes all contributors from code to design, and from documentation to triage. The project is built by many contributors and volunteers, and we'd love your help building it.
See the Contributors Handbook for all the details on how you can contribute.
To get up and running quickly with code contribution see Getting Started With Code Contribution. Also check out the other resources available on the Code Contributions page.
In whichever way you wish to contribute please be sure to read the Contributing Guidelines first.
As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our Code of Conduct.
Get Involved
You can join us in the #core-editor
channel in Slack, see the WordPress Slack page for signup information; it is free to join.
License
WordPress is free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE.md for complete license.
No vulnerabilities found.
Reason
30 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
packaging workflow detected
Details
- Info: Project packages its releases by way of GitHub Actions.: .github/workflows/build-plugin-zip.yml:309
Reason
no binaries found in the repo
Reason
security policy file detected
Details
- Info: security policy file detected: SECURITY.md:1
- Info: Found linked content: SECURITY.md:1
- Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy
- Info: Found text in security policy: SECURITY.md:1
Reason
license file detected
Details
- Info: project has a license file: LICENSE.md:0
- Warn: project license file does not contain an FSF or OSI license.
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/end2end-test.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/WordPress/gutenberg/end2end-test.yml/trunk?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/end2end-test.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/WordPress/gutenberg/end2end-test.yml/trunk?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/end2end-test.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/WordPress/gutenberg/end2end-test.yml/trunk?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/enforce-pr-labels.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/WordPress/gutenberg/enforce-pr-labels.yml/trunk?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/props-bot.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/WordPress/gutenberg/props-bot.yml/trunk?enable=pin
- Warn: downloadThenRun not pinned by hash: .github/workflows/performance.yml:45
- Warn: npmCommand not pinned by hash: .github/workflows/static-checks.yml:44
- Info: 68 out of 71 GitHub-owned GitHubAction dependencies pinned
- Info: 13 out of 15 third-party GitHubAction dependencies pinned
- Info: 5 out of 6 npmCommand dependencies pinned
- Info: 0 out of 1 downloadThenRun dependencies pinned
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Info: jobLevel 'contents' permission set to 'read': .github/workflows/props-bot.yml:55
- Warn: no topLevel permission defined: .github/workflows/build-plugin-zip.yml:1
- Warn: no topLevel permission defined: .github/workflows/bundle-size.yml:1
- Warn: no topLevel permission defined: .github/workflows/check-backport-changelog.yml:1
- Warn: no topLevel permission defined: .github/workflows/check-components-changelog.yml:1
- Warn: no topLevel permission defined: .github/workflows/cherry-pick-wp-release.yml:1
- Warn: no topLevel permission defined: .github/workflows/create-block.yml:1
- Warn: no topLevel permission defined: .github/workflows/end2end-test.yml:1
- Warn: no topLevel permission defined: .github/workflows/enforce-pr-labels.yml:1
- Warn: no topLevel permission defined: .github/workflows/gradle-wrapper-validation.yml:1
- Warn: no topLevel permission defined: .github/workflows/performance.yml:1
- Info: found token with 'none' permissions: .github/workflows/props-bot.yml:1
- Warn: no topLevel permission defined: .github/workflows/publish-npm-packages.yml:1
- Warn: no topLevel permission defined: .github/workflows/pull-request-automation.yml:1
- Warn: no topLevel permission defined: .github/workflows/rnmobile-android-runner.yml:1
- Warn: no topLevel permission defined: .github/workflows/rnmobile-ios-runner.yml:1
- Warn: no topLevel permission defined: .github/workflows/stale-issue-gardening.yml:1
- Warn: no topLevel permission defined: .github/workflows/static-checks.yml:1
- Warn: no topLevel permission defined: .github/workflows/storybook-pages.yml:1
- Warn: no topLevel permission defined: .github/workflows/sync-backport-changelog.yml:1
- Warn: no topLevel permission defined: .github/workflows/unit-test.yml:1
- Warn: no topLevel permission defined: .github/workflows/upload-release-to-plugin-repo.yml:1
- Info: no jobLevel write permissions found
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact v19.7.0 not signed: https://api.github.com/repos/WordPress/gutenberg/releases/186477277
- Warn: release artifact v19.6.4 not signed: https://api.github.com/repos/WordPress/gutenberg/releases/186002838
- Warn: release artifact v19.6.3 not signed: https://api.github.com/repos/WordPress/gutenberg/releases/185892420
- Warn: release artifact v19.7.0-rc.2 not signed: https://api.github.com/repos/WordPress/gutenberg/releases/185462439
- Warn: release artifact v19.6.2 not signed: https://api.github.com/repos/WordPress/gutenberg/releases/185462087
- Warn: release artifact v19.7.0 does not have provenance: https://api.github.com/repos/WordPress/gutenberg/releases/186477277
- Warn: release artifact v19.6.4 does not have provenance: https://api.github.com/repos/WordPress/gutenberg/releases/186002838
- Warn: release artifact v19.6.3 does not have provenance: https://api.github.com/repos/WordPress/gutenberg/releases/185892420
- Warn: release artifact v19.7.0-rc.2 does not have provenance: https://api.github.com/repos/WordPress/gutenberg/releases/185462439
- Warn: release artifact v19.6.2 does not have provenance: https://api.github.com/repos/WordPress/gutenberg/releases/185462087
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 30 are checked with a SAST tool
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
29 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-wf5p-g6vw-rhxx
- Warn: Project is vulnerable to: GHSA-8hc4-vh64-cxmj
- Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-434g-2637-qmqr
- Warn: Project is vulnerable to: GHSA-49q7-c7j4-3p7m
- Warn: Project is vulnerable to: GHSA-977x-g7h5-7qgw
- Warn: Project is vulnerable to: GHSA-f7q4-pwc6-w24p
- Warn: Project is vulnerable to: GHSA-fc9h-whq2-v747
- Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc
- Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx
- Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j
- Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg
- Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-w5p7-h5w8-2hfq
- Warn: Project is vulnerable to: GHSA-rv73-9c8w-jp4c
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
- Warn: Project is vulnerable to: GHSA-2rxp-v6pw-ch6m
- Warn: Project is vulnerable to: GHSA-4xqq-m2hx-25v8
- Warn: Project is vulnerable to: GHSA-5866-49gr-22v4
- Warn: Project is vulnerable to: GHSA-r55c-59qm-vjw6
- Warn: Project is vulnerable to: GHSA-vmwr-mc7x-5vc3
Score
5.7
/10
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to @wordpress/stylelint-config
stylelint-config-recommended
Recommended shareable config for Stylelint
stylelint-config-recommended-scss
The recommended shareable SCSS config for Stylelint
@wordpress/browserslist-config
WordPress Browserslist shared configuration.
stylelint-scss
A collection of SCSS-specific rules for Stylelint