Skip to content

Commit

Permalink
revert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 committed Dec 6, 2023
1 parent e46b764 commit c9cb9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'plugin:functional/stylistic',
'plugin:promise/recommended',
],
ignorePatterns: ['node_modules', 'dist' /* , 'amplify' */],
ignorePatterns: ['node_modules', 'dist', 'amplify'],
overrides: [
{
env: {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"exclude": [
"src/graphql",
"node_modules",
// "amplify"
"amplify"
]
}

0 comments on commit c9cb9ab

Please sign in to comment.