Skip to content

Commit 0f1b733

Browse files
committed
chore: adds ESLint configuration
Introduces a project-level ESLint configuration that extends the recommended WordPress plugin ruleset. This ensures consistent code quality standards across the repository and supports the existing JavaScript linting workflow.
1 parent a74b37d commit 0f1b733

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ]
3+
}

0 commit comments

Comments
 (0)