You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
327 B

  1. {
  2. "env": {
  3. "browser": true,
  4. "es2021": true,
  5. },
  6. "extends": [
  7. "plugin:react/recommended"],
  8. "parserOptions": {
  9. "ecmaFeatures": {
  10. "jsx": true,
  11. },
  12. "ecmaVersion": "latest",
  13. "sourceType": "module",
  14. },
  15. "plugins": [
  16. "react",
  17. ],
  18. "rules": {
  19. }
  20. }