Missing some linting
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
module.exports = {
|
||||
projects: {
|
||||
app: {
|
||||
schema: ["tina/__generated__/schema.gql"],
|
||||
documents: [
|
||||
"tina/__generated__/queries.gql",
|
||||
"tina/__generated__/frags.gql",
|
||||
"tina/queries/queries.gql",
|
||||
"tina/queries/frags.gql",
|
||||
"pages/**/*.{graphql,js,ts,jsx,tsx}",
|
||||
],
|
||||
},
|
||||
},
|
||||
projects: {
|
||||
app: {
|
||||
schema: ["tina/__generated__/schema.gql"],
|
||||
documents: [
|
||||
"tina/__generated__/queries.gql",
|
||||
"tina/__generated__/frags.gql",
|
||||
"tina/queries/queries.gql",
|
||||
"tina/queries/frags.gql",
|
||||
"pages/**/*.{graphql,js,ts,jsx,tsx}"
|
||||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user