Skip to content

Commit

Permalink
Merge pull request #634 from mohamedawnallah/feature/global-report-v2
Browse files Browse the repository at this point in the history
Feature/Global Report V2
  • Loading branch information
romain-fontugne authored Nov 29, 2023
2 parents d4868fc + 226ef1d commit f694d4b
Show file tree
Hide file tree
Showing 65 changed files with 121,948 additions and 4,008 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
indent: ['error', 2, { SwitchCase: 1, ignoredNodes: ['TemplateLiteral'] }],
quotes: ['error', 'single', { avoidEscape: true }],
'vue/require-v-for-key': 'warn',
'vue/no-use-v-if-with-v-for': 'warn',
'vue/no-mutating-props': 'warn'
},
parserOptions: {
parser: 'babel-eslint',
Expand Down
241 changes: 0 additions & 241 deletions constants/country.json

This file was deleted.

Loading

0 comments on commit f694d4b

Please sign in to comment.