sf-afmt 0.6.0

An Salesforce Apex lang formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "devDependencies": {
    "prettier": "^3.3.3",
    "prettier-plugin-apex": "^2.2.2"
  },
  "name": "prettier for afmt test",
  "type": "module",
  "version": "1.0.0",
  "description": "Running Prettier apex to format test scripts to compare with afmt's result",
  "directories": {
    "test": "tests"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}