Revision 81702412672115de32d7b755910b72ed330b992e authored by Jean-Yves Avenard on 08 February 2016, 04:29:58 UTC, committed by Jean-Yves Avenard on 11 February 2016, 22:28:02 UTC
1 parent 2f751c7
Raw File
.eslintrc
{
  // When adding items to this file please check for effects on sub-directories.
  "plugins": [
    "mozilla"
  ],
  "env": {
    "es6": true
  },
}
back to top