티스토리 수익 글 보기
-
Gutenberg is currently using the ESLint config
eslint-config-wordpressand also using some additional ESLint rules and possibly overriding others that are not currently included ineslint-config-wordpress, these should be audited against both the current JavaScript coding standards andeslint-config-wordpress. -
The
eslint-config-wordpressproject is now under the WordPress Coding Standards repo alongside the PHPCS PHP sniffs at https://github.com/WordPress-Coding-Standards/eslint-config-wordpress. -
The semantic versioning based roadmap for
eslint-config-wordpressis here. -
A second ESLint repo
eslint-plugin-wordpressis the ESLint shared plugin version for WordPress https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress, thiseslint-plugin-wordpressshared plugin config has a few goals:- If WordPress or a WordPress project requires custom ESLint rules to be written this is where they should be created (none currently exist at this time).
-
To make available to
eslint-config-wordpresscustom ESLint configs for use with WordPress such as QUnit and JSDoc ESLint plugins and configs configured for WordPress’ use case.
- Lastly the core ticket proposing to add ESlint here: #31823
I’m sure I’ve forgotten to mention a ton of things, but I’ll get this posted now as scheduled to start in ~10 minutes from now in #core on Slack
]]>