UNPKG
@kougen/eslint-plugin-clean-code
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.6
1.1.0
Custom eslint rules for clean code.
github.com/kougen/eslint-plugin-clean-code
@kougen/eslint-plugin-clean-code
/
dist
/
rules
/
no-variable-with-number-at-end.d.ts
8 lines
(7 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ESLintUtils
}
from
'@typescript-eslint/utils'
;
declare
const
_default
:
ESLintUtils
.
RuleModule
<
"noNumberEnding"
, [{
extensions
:
string
[];
allow
:
string
[];
allowRegex
:
string
[]; }],
unknown
,
ESLintUtils
.
RuleListener
>;
export
default
_default;