-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
kind/enhancementNew feature or requestNew feature or requeststage/5-alpha-release-testingThe pull request is merged, an alpha release is available, to be testedThe pull request is merged, an alpha release is available, to be tested
Description
See
and
Besides, actually it is supported previously too. All the user need to do is like the following:
module.exports = {
// ...
overrides: [
{
files: '*.graphql', // it includes virtual filenames like `*.js/0_document.graphql` already
rules: {
'prettier/prettier': [
2,
{
parser: 'graphql',
},
],
},
},
],
}
Maybe in [email protected]
after prettier/eslint-plugin-prettier#413 and prettier/eslint-plugin-prettier#415 been merged and released.
dotansimhadotansimha
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requeststage/5-alpha-release-testingThe pull request is merged, an alpha release is available, to be testedThe pull request is merged, an alpha release is available, to be tested