github-pages-deploy-action/node_modules/eslint-plugin-github/lib/configs/relay.js
2020-03-31 08:42:07 -04:00

14 lines
210 B
JavaScript

module.exports = {
parser: 'babel-eslint',
plugins: ['graphql'],
rules: {
'graphql/no-deprecated-fields': [
'error',
{
env: 'relay',
tagName: 'graphql'
}
]
}
}