Clean up eslintrc in favour of defaults

This commit is contained in:
Paul Sealock 2022-06-08 14:03:16 +12:00
parent 1aec706943
commit 734cfebd8c
1 changed files with 0 additions and 22 deletions

View File

@ -5,31 +5,9 @@
"browser": true,
"node": true
},
"globals": {
"wp": true,
"es6": true
},
"rules": {
"camelcase": 0,
"indent": 0,
"max-len": [
2,
{
"code": 140
}
],
"no-console": 1,
// temporary conversion to warnings until the below are all handled.
"@wordpress/i18n-translator-comments": "warn",
"@wordpress/valid-sprintf": "warn",
"jsdoc/check-tag-names": [
"error",
{ "definedTags": [ "jest-environment" ] }
],
"react/react-in-jsx-scope": "off",
"no-alert": "off"
},
"parserOptions": {
"ecmaVersion": 6
}
}