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.
 
 
 
 

11 rivejä
155 B

  1. {
  2. "extends": "eslint-config-jss",
  3. "parser": "babel-eslint",
  4. "rules": {
  5. "import/no-unresolved": 0
  6. },
  7. "globals": {
  8. "benchmark": true
  9. }
  10. }