github-pages-deploy-action/node_modules/eslint-plugin-github/lib/configs/relay.js

14 lines
210 B
JavaScript
Raw Normal View History

2020-03-31 20:42:07 +08:00
module.exports = {
parser: 'babel-eslint',
plugins: ['graphql'],
rules: {
'graphql/no-deprecated-fields': [
'error',
{
env: 'relay',
tagName: 'graphql'
}
]
}
}