Files
blackroad-os-pitstop-repo/.eslintrc.json
Alexa Louise afa0198f25 Add standard NPM automation
- Prettier for code formatting
- ESLint for linting
- Standard configuration files

🤖 Generated with Claude Code
2025-12-28 22:16:01 -06:00

12 lines
175 B
JSON

{
"extends": ["eslint:recommended"],
"env": {
"node": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
}
}