AAE-24008 Crowdin sync implementation (#10309)

* AAE-24008 Crowdin implementation

* removed new line from pull-from-crowdin.yml

Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com>

---------

Co-authored-by: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com>
This commit is contained in:
Ruggero Corsaletti
2024-10-21 12:20:20 +02:00
committed by GitHub
parent bbea2d80e5
commit 1d739ed15a
4 changed files with 64 additions and 0 deletions

View File

@@ -198,6 +198,13 @@ module.exports = {
files: ['*.ts'],
extends: ['plugin:@angular-eslint/template/process-inline-templates'],
excludedFiles: ['*.spec.ts']
},
{
files: ['*.json'],
parser: 'jsonc-eslint-parser',
rules: {
'comma-dangle': ['error', 'never']
}
}
],