Skip to content

Commit

Permalink
Merge pull request #2 from MakerXStudio/testing
Browse files Browse the repository at this point in the history
chore: init testing
  • Loading branch information
neilcampbell authored Apr 5, 2024
2 parents f8eef9d + ec197e5 commit 1d25f11
Show file tree
Hide file tree
Showing 15 changed files with 614 additions and 21 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'react-refresh/only-export-components': 'off',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"semi": false,
"trailingComma": "es5",
"printWidth": 140,
"endOfLine": "lf",
"endOfLine": "auto",
"plugins": []
}
Loading

0 comments on commit 1d25f11

Please sign in to comment.