eslint-plugin-itgalaxy
Version:
Itgalaxy org's ESLint rules and configs.
18 lines (15 loc) • 399 B
JavaScript
;
// http://eslint.org/docs/rules/#deprecated
module.exports = {
"indent-legacy": "off",
"lines-around-directive": "off",
"newline-after-var": "off",
"newline-before-return": "off",
"no-catch-shadow": "off",
"no-native-reassign": "off",
"no-negated-in-lhs": "off",
"no-spaced-func": "off",
"prefer-reflect": "off",
"require-jsdoc": "off",
"valid-jsdoc": "off"
};