github-pages-deploy-action/node_modules/eslint-plugin-github/lib/configs/relay.js
2020-03-06 22:45:40 -05:00

14 lines
210 B
JavaScript

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