UNPKG
eslint-plugin-i18next
Version:
latest (6.1.5)
next (6.0.0-2)
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.9
6.0.7
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-8
6.0.0-7
6.0.0-6
6.0.0-4
6.0.0-3
6.0.0-2
6.0.0-1
6.0.0-0
5.2.1
5.1.2
5.1.1
5.1.0
5.0.0
5.0.0-1
5.0.0-0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
ESLint plugin for i18n
github.com/edvardchen/eslint-plugin-i18next
edvardchen/eslint-plugin-i18next
eslint-plugin-i18next
/
lib
/
index.d.ts
11 lines
(8 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
{
ESLint
}
from
'eslint'
;
declare
const
plugin
:
ESLint
.
Plugin
& {
configs
: {
'flat/recommended'
:
ESLint
.
ConfigData
;
'recommended'
:
ESLint
.
ConfigData
; } };
export
= plugin;