diff --git a/webapp/eslint.config.js b/webapp/eslint.config.js index 17708c83..5ccecdec 100644 --- a/webapp/eslint.config.js +++ b/webapp/eslint.config.js @@ -42,7 +42,7 @@ module.exports = [ 'warn', { type: 'attribute', - prefix: 'jhi', + prefix: 'app', style: 'camelCase', }, ], @@ -50,7 +50,7 @@ module.exports = [ 'warn', { type: 'element', - prefix: 'jhi', + prefix: 'app', style: 'kebab-case', }, ],