https://github.com/PressForward/pressforward
Raw File
Tip revision: 2f7266ac23c5370b215ab28e39934213563bb6bb authored by Boone B Gorges on 04 January 2024, 02:01:35 UTC
Scrap the automated generation of .pot file for now.
Tip revision: 2f7266a
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top