We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6561fa4 commit 2414628Copy full SHA for 2414628
.eslintrc.js
@@ -16,13 +16,6 @@ module.exports = {
16
},
17
18
rules: {
19
- 'prettier/prettier': [
20
- 'error',
21
- {
22
- singleQuote: true,
23
- trailingComma: 'all',
24
- },
25
- ],
26
'@typescript-eslint/no-explicit-any': 'off',
27
'@typescript-eslint/ban-types': 'off',
28
'@typescript-eslint/explicit-module-boundary-types': 'off',
.prettierrc.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ singleQuote: true,
3
+ trailingComma: 'all',
4
+};
0 commit comments