add translation key ci check

This commit is contained in:
benalleng
2024-02-18 22:56:03 -05:00
committed by Paul Miller
parent 9db53cc923
commit 1f996cbdd7
9 changed files with 1164 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
/**
* @fileoverview internal eslint rules
* @author
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const requireIndex = require("requireindex");
//------------------------------------------------------------------------------
// Plugin Definition
//------------------------------------------------------------------------------
// import all rules in lib/rules
module.exports.rules = requireIndex(__dirname + "/rules");