{ "extends": ["env"], "rules": { "react/prop-types": "off", "node/no-unpublished-import": [ "error", { "allowModules": ["graphql-tag"] } ] } }