jam-cloud/jam-ui/.eslintrc.json

9 lines
187 B
JSON
Raw Permalink Normal View History

2021-08-09 14:31:35 +00:00
{
"extends": ["react-app", "prettier", "plugin:react/recommended"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
2025-02-27 13:47:45 +00:00
"react/no-unescaped-entities": 0
2021-08-09 14:31:35 +00:00
}
}