Skip to content

Commit

Permalink
fix(config): adjust to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink authored and dependabot[bot] committed Mar 10, 2022
1 parent 0e16a48 commit ec1bfd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -12,7 +12,6 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
],
ignorePatterns: ['**/test/output-integration/**'],
rules: {
Expand Down
1 change: 0 additions & 1 deletion .prettierrc
Expand Up @@ -3,6 +3,5 @@
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxBracketSameLine": true,
"semi": false
}

0 comments on commit ec1bfd2

Please sign in to comment.