From eac61eed3efbf58cb46f25dc512a364cd3e8176c Mon Sep 17 00:00:00 2001 From: ShridharGoel <35566748+ShridharGoel@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:50:58 +0530 Subject: [PATCH] Enable --- .eslintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 23e522c679aa..0cecabdc9cdd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -283,5 +283,11 @@ module.exports = { 'no-restricted-syntax': ['error', 'ForInStatement', 'LabeledStatement', 'WithStatement'], }, }, + { + files: ['en.ts', 'es.ts'], + rules: { + 'rulesdir/use-periods-for-error-messages': 'error', + } + } ], };