Skip to content

Commit 973d711

Browse files
committed
fix: fixed prettier.config.mjs to actually be read properly
1 parent cf01934 commit 973d711

File tree

3 files changed

+162
-160
lines changed

3 files changed

+162
-160
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ Valid config filenames:
108108

109109
```ts
110110
// eslint.config.js
111-
import matrixai from "@matrixai/lint/config";
111+
import matrixai from '@matrixai/lint/config';
112112

113113
export default [
114114
...matrixai,
115115
{
116116
rules: {
117-
"@typescript-eslint/no-explicit-any": "error",
118-
"no-console": "off",
117+
'@typescript-eslint/no-explicit-any': 'error',
118+
'no-console': 'off',
119119
},
120120
},
121121
];

0 commit comments

Comments
 (0)