mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
250eef68d6
MozReview-Commit-ID: KquBcbNhBEN --HG-- extra : rebase_source : 172bcad2eb178092bc7d49940db61e8cb5ad6572
11 lines
113 B
JavaScript
11 lines
113 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
"mozilla"
|
|
],
|
|
"rules": {
|
|
"no-throw-literal": 2,
|
|
},
|
|
}
|