Skip to content

Commit

Permalink
Adjust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t committed Nov 3, 2024
1 parent cd1cf59 commit 06d49b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const compat = new FlatCompat({

export default [
{
ignores: ['**/.eslintrc.cjs', '**/.eslintrc.cjs']
ignores: ['**/eslint.config.js', '**/eslint.config.mjs', '**/prettier.config.cjs', 'artifacts/', 'coverage/']
},
...compat.extends('plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'),
{
Expand Down
3 changes: 1 addition & 2 deletions prettier.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const config = {
tabWidth: 4,
useTabs: true,
singleQuote: false,
bracketSpacing: true,
explicitTypes: 'always'
bracketSpacing: true
}
}
]
Expand Down

0 comments on commit 06d49b2

Please sign in to comment.