Skip to content

Commit

Permalink
fancy things
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoburrometo committed Jan 14, 2022
1 parent 7728187 commit 8f2c811
Show file tree
Hide file tree
Showing 14 changed files with 588 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
'react/jsx-indent-props': [2, 4],
'valid-typeof': 0, // Conflicts with i18next/no-literal-string
'react/prop-types': [2, { ignore: ['navigation', 'history', 'location', 't'] }],
'@typescript-eslint/naming-convention': 1,
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/indent': 'off',
'i18next/no-literal-string': 'off',
'i18n-json/valid-message-syntax': [
Expand Down
Loading

0 comments on commit 8f2c811

Please sign in to comment.