mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 22:34:23 +01:00
add translation key ci check
This commit is contained in:
18
tools/internal-rules/lib/index.js
Normal file
18
tools/internal-rules/lib/index.js
Normal 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");
|
||||
Reference in New Issue
Block a user