eslint-plugin-itgalaxy
Version:
Itgalaxy org's ESLint rules and configs.
29 lines (27 loc) • 396 B
JavaScript
;
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",
],
};