Skip to content

Commit a45e8e4

Browse files
committed
chore: update config
1 parent 57baf81 commit a45e8e4

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

eslint.config.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import { config } from '@douglasneuroinformatics/eslint-config';
22

3-
export default config(
4-
{},
5-
{
6-
rules: {
7-
'@typescript-eslint/explicit-function-return-type': 'error'
8-
}
3+
export default config({
4+
typescript: {
5+
enabled: true,
6+
explicitReturnTypes: true
97
}
10-
);
8+
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type-fest": "^4.34.1"
4141
},
4242
"devDependencies": {
43-
"@douglasneuroinformatics/eslint-config": "^5.3.1",
43+
"@douglasneuroinformatics/eslint-config": "^5.3.2",
4444
"@douglasneuroinformatics/prettier-config": "^0.0.1",
4545
"@douglasneuroinformatics/semantic-release": "^0.2.1",
4646
"@douglasneuroinformatics/tsconfig": "^1.0.2",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default defineConfig({
1111
functions: 100,
1212
lines: 100,
1313
statements: 100
14-
}
14+
},
15+
skipFull: true
1516
},
1617
watch: false
1718
}

0 commit comments

Comments
 (0)