https://github.com/PressForward/pressforward
Raw File
Tip revision: b3521b0e3bf50a74970f1c3fa9d3d0cb76e79bb4 authored by Boone B Gorges on 11 December 2023, 17:25:24 UTC
Keywords -> Tags conversion tool for Block Nominate This.
Tip revision: b3521b0
.eslintrc.json
{
  "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
  "rules": {
    "camelcase": ["error", { "ignoreDestructuring": true }],
    "prettier/prettier": "off"
  }
}
back to top