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.
 
 
 
 

9 line
114 B

  1. {
  2. "parser": "babel-eslint",
  3. "extends": "airbnb",
  4. "plugins": [ "mocha" ],
  5. "env": {
  6. "mocha": true
  7. }
  8. }