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
212 B

  1. {
  2. "env": {
  3. "browser": true,
  4. "node": false,
  5. "es6": true
  6. },
  7. "plugins": [
  8. "react"
  9. ],
  10. "parserOptions": {
  11. "sourceType": "module",
  12. "ecmaFeatures": {
  13. "jsx": true
  14. },
  15. },
  16. }