https://github.com/PressForward/pressforward
Raw File
Tip revision: e3cd9feae37a6f0e040c5a7181f6539cace1fa94 authored by Boone B Gorges on 04 March 2024, 18:07:26 UTC
On Debugger page, only show a small portion of very large debug files.
Tip revision: e3cd9fe
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top