https://github.com/PressForward/pressforward
Raw File
Tip revision: 908d0bccb03b65dccff0fc104ee58f3f2e7ed534 authored by Boone B Gorges on 16 January 2024, 22:31:29 UTC
Merge branch '5.6.x'
Tip revision: 908d0bc
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top