mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-24 11:58:30 +08:00
6 lines
98 B
JSON
6 lines
98 B
JSON
{
|
|
"extends": "plugin:@wordpress/eslint-plugin/recommended",
|
|
"rules": {
|
|
"no-undef": "off"
|
|
}
|
|
}
|