UNPKG

eslint-plugin-itgalaxy

Version:
18 lines (15 loc) 399 B
"use strict"; // 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" };