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.
 
 
 
 

15 lines
183 B

  1. {
  2. "rules": {
  3. "import/no-unresolved": 0,
  4. "import/extensions": 0,
  5. "quotes": [
  6. "error",
  7. "single"
  8. ],
  9. "semi": [
  10. "error",
  11. "always"
  12. ]
  13. }
  14. }