Blob Blame History Raw
"use strict";

module.exports = {
  plugins: [
    "mozilla"
  ],
  "rules": {
    "no-throw-literal": 2,
  },
}