14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
{
|
|
"extends": [
|
|
"plugin:@wordpress/eslint-plugin/esnext"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"indent": ["warn", 2],
|
|
"no-console": ["warn"],
|
|
"space-in-parens": 0
|
|
}
|
|
}
|