Skip to content

Commit

Permalink
Add control unit dialogs on map
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 23, 2023
1 parent b01be8d commit 156e200
Show file tree
Hide file tree
Showing 111 changed files with 12,129 additions and 524 deletions.
5 changes: 3 additions & 2 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
ecmaVersion: 2022,
project: path.join(__dirname, 'tsconfig.json')
},
ignorePatterns: ['.eslintrc.js', '.eslintrc.partial.js'],
ignorePatterns: ['.eslintrc.js', '.eslintrc.partial.js', 'scripts/*'],
env: {
browser: true
},
Expand Down Expand Up @@ -126,7 +126,7 @@ module.exports = {

// UI
{
files: ['src/ui/**/*.tsx'],
files: ['src/components/**/*.tsx', 'src/ui/**/*.tsx'],
rules: {
'react/jsx-props-no-spreading': 'off'
}
Expand Down Expand Up @@ -186,6 +186,7 @@ module.exports = {
'./scripts/**/*.js',
'**/*.spec.ts',
'./config/**/*.ts',
'./scripts/**/*.mjs',
'./scripts/**/*.ts'
],
env: {
Expand Down
Loading

0 comments on commit 156e200

Please sign in to comment.