https://github.com/PressForward/pressforward
Raw File
Tip revision: b9c37cd612518362beb3890f9c500c49e57436a5 authored by Boone B Gorges on 31 July 2024, 19:33:22 UTC
Merge branch 'feature/1181-landing-page' into 5.7.x
Tip revision: b9c37cd
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top