https://github.com/PressForward/pressforward
Raw File
Tip revision: e5b086a36bcb559865a4150efd2db3af9c96da72 authored by Boone B Gorges on 16 January 2024, 22:30:10 UTC
Bump stable tag to 5.6.2.
Tip revision: e5b086a
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top