Skip to content

Commit

Permalink
attempt to disable easlint rules for source-drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes committed Jan 11, 2023
1 parent 249713d commit 789e77e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/gatsby-source-drupal/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/consistent-type-definitions": "off"
}
}

0 comments on commit 789e77e

Please sign in to comment.