UNPKG
@wisely-company/eslint-plugin
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
github.com/WISELYTECH/eslint-plugin
WISELYTECH/eslint-plugin
@wisely-company/eslint-plugin
/
index.js
6 lines
(5 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
rules:
{
'no-mikro-orm-fork'
:
require
(
'./lib/rules/no-mikro-orm-fork'
) } };