UNPKG

eslint-plugin-itgalaxy

Version:
29 lines (27 loc) 396 B
"use strict"; module.exports = { plugins: [ "ava", "html", "import", "jest", "jsx-a11y", "markdown", "n", "react", "unicorn", "jsdoc", ], extends: [ "./dirty.js", "./esnext.js", "./node.js", "./browser.js", "./react.js", "./jest.js", "./ava.js", "./jsdoc-typescript.js", "./markdown.js", "./html.js", ], };