mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
17 lines
240 B
JSON
17 lines
240 B
JSON
{
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"rules": {
|
|
"react/jsx-no-undef": "error",
|
|
"no-unused-vars": "warn",
|
|
"no-console": "warn"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true
|
|
}
|
|
}
|