Files
blackroad-os-web/.eslintrc.json
Alexa Louise 1fac881b3c Add standard NPM automation
- Prettier for code formatting
- ESLint for linting
- Standard configuration files

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

12 lines
175 B
JSON

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