lordwelch 6fab6022d0 Remove grab
Switch to using bootstrap-table
Add DownThemAll plugin
Remove Firefox plugin
2021-01-09 16:36:18 -08:00

16 lines
201 B
JavaScript

"use strict";
// License: MIT
module.exports = {
extends: "../.eslintrc.js",
"env": {
"mocha": true,
},
globals: {
"expect": true,
},
rules: {
"no-magic-numbers": "off"
}
};