mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
499ca20f31
MozReview-Commit-ID: KOZWr7FiDQZ --HG-- extra : rebase_source : 92c9bc236c9043f6ce25cc2ba45264918eb2ac15
11 lines
113 B
JavaScript
11 lines
113 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
"mozilla"
|
|
],
|
|
"rules": {
|
|
"no-throw-literal": 2,
|
|
},
|
|
}
|