- Add .editorconfig, .prettierrc, .prettierignore, .gitignore - Add Makefile with fmt, fmt-check, secret-scan targets - Add package.json with prettier - Add tools/secret-scan.sh - Auto-format with prettier - make check passes clean
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"name": "openclaw-mattermost",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "OpenClaw Mattermost Integration",
|
|
"devDependencies": {
|
|
"prettier": "^3.2.0"
|
|
}
|
|
}
|