зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
312 B
JavaScript
18 строки
312 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"env": {
|
|
"mozilla/browser-window": true,
|
|
},
|
|
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
|
|
rules: {
|
|
// XXX Bug 1358949 - This should be reduced down - probably to 20 or to
|
|
// be removed & synced with the mozilla/recommended value.
|
|
"complexity": ["error", 48],
|
|
}
|
|
};
|