@taurgis/sfccdx
Version:
SFCCDX is a command line interface (CLI) for Salesforce Commerce Cloud. It can be used to easily manage (meta)data (import/export) in relation to your project.
18 lines • 402 B
JSON
{
"parserOptions": {
"ecmaVersion": 2019
},
"env": {
"node": true,
"es6": true
},
"rules": {
"brace-style": ["error", "1tbs"],
"keyword-spacing": "error",
"no-multi-spaces": "error",
"max-len": ["error", 160, {"ignoreComments": true}],
"valid-jsdoc": "off",
"no-trailing-spaces": "error",
"indent": ["error", 4]
}
}