Skip to content

Commit af3cf48

Browse files
committed
chore: prettier
1 parent d6649d4 commit af3cf48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const js = require("@eslint/js");
22
const tseslint = require("@typescript-eslint/eslint-plugin");
33
const tsParser = require("@typescript-eslint/parser");
4-
const stylistic = require('@stylistic/eslint-plugin');
4+
const stylistic = require("@stylistic/eslint-plugin");
55

66
const tsFiles = ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"];
77

@@ -11,7 +11,7 @@ module.exports = [
1111
},
1212
js.configs.recommended,
1313
...tseslint.configs["flat/recommended-type-checked"],
14-
stylistic.configs['disable-legacy'],
14+
stylistic.configs["disable-legacy"],
1515
{
1616
files: tsFiles,
1717
languageOptions: {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": ["ES2020", "DOM"],
77
"sourceMap": true,
88
"rootDir": "src",
9-
"strict": true, /* enable all strict type-checking options */
9+
"strict": true /* enable all strict type-checking options */,
1010
"types": ["vscode", "node", "mocha"] /* Only include explicitly needed types */
1111
/* Additional Checks */
1212
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */

0 commit comments

Comments
 (0)