Skip to content

Commit 1d25f11

Browse files
authored
Merge pull request #2 from MakerXStudio/testing
chore: init testing
2 parents f8eef9d + ec197e5 commit 1d25f11

File tree

15 files changed

+614
-21
lines changed

15 files changed

+614
-21
lines changed

.eslintrc.cjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ module.exports = {
66
parser: '@typescript-eslint/parser',
77
plugins: ['react-refresh'],
88
rules: {
9-
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
109
'react-refresh/only-export-components': 'off',
10+
'prettier/prettier': [
11+
'error',
12+
{
13+
endOfLine: 'auto',
14+
},
15+
],
1116
},
1217
}

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"semi": false,
44
"trailingComma": "es5",
55
"printWidth": 140,
6-
"endOfLine": "lf",
6+
"endOfLine": "auto",
77
"plugins": []
88
}

0 commit comments

Comments
 (0)