diff --git a/front/.eslintrc.cjs b/front/.eslintrc.cjs index e804db382..3e6abe29a 100644 --- a/front/.eslintrc.cjs +++ b/front/.eslintrc.cjs @@ -19,11 +19,13 @@ module.exports = { ecmaVersion: 2020 }, plugins: [ + 'html', 'vue' ], ignorePatterns: [ 'src/locales/*.json', - 'dist/' + 'dist/', + 'stats.html' ], rules: { // NOTE: Nicer for the eye diff --git a/front/index.html b/front/index.html index 331427637..59ccbe663 100644 --- a/front/index.html +++ b/front/index.html @@ -97,5 +97,4 @@