Updated prettier version to 2.8.0

This commit is contained in:
Alvaro
2023-02-23 11:38:09 -07:00
committed by GitHub
parent d1527d0bc0
commit a316c5d9d7
6 changed files with 89 additions and 84 deletions

View File

@@ -122,7 +122,7 @@ const rules = {
'react/display-name': 'error',
'react/jsx-pascal-case': ['error', {allowNamespace: true}],
'react/jsx-pascal-case': ['error', { allowNamespace: true }],
// Allow returning values from promise executors for brevity.
'no-promise-executor-return': 'off',