module.exports = { root: true, extends: ["universe/native", "universe/web"], ignorePatterns: ["build"], rules: { "@typescript-eslint/array-type": "off", "prettier/prettier": "off", }, };