Revision e391e7c5df1bdb64986907c569a9b7da59def53c authored by ffxbld on 05 June 2016, 02:14:10 UTC, committed by ffxbld on 05 June 2016, 02:14:10 UTC
1 parent 327f3b5
Raw File
.eslintrc
{
  // When adding items to this file please check for effects on sub-directories.
  "plugins": [
    "mozilla"
  ],
  "rules": {
    "mozilla/import-globals": 1,
  },
  "env": {
    "es6": true
  },
}
back to top