https://github.com/PressForward/pressforward
Raw File
Tip revision: 7c30b23e4da1c044fca526f92fcca0b1c72f21d6 authored by Boone B Gorges on 04 January 2024, 03:13:23 UTC
Bump stable to 5.6.0.
Tip revision: 7c30b23
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top