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ä
153 B

  1. {
  2. "parser": "babel-eslint",
  3. "extends": "eslint:recommended",
  4. "env": {
  5. "node": true
  6. },
  7. "rules": {
  8. "strict": 0
  9. }
  10. }