Skip to content

Commit 616bb54

Browse files
authored
[No Ticket] Add prettierrc (#3912)
1 parent 1f33385 commit 616bb54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
'import/prefer-default-export': 'off',
1919
'simple-import-sort/imports': 'warn',
2020
quotes: [2, 'single', { avoidEscape: true }],
21-
'prettier/prettier': ['error', { singleQuote: true }],
21+
'prettier/prettier': 'error',
2222

2323
// TODO: ticket all of these to be enabled or explain why they are disabled
2424
'react/destructuring-assignment': 'off',

.prettierrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

0 commit comments

Comments
 (0)