UNPKG
@nuxt/eslint-plugin
Version:
latest (1.17.0)
next (0.3.0-beta.10)
1.17.0
1.16.0
1.15.2
1.15.1
1.15.0
1.14.0
1.13.0
1.12.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-rc.1
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-beta.10
0.3.0-beta.9
0.3.0-beta.8
0.3.0-beta.7
0.3.0-beta.6
0.3.0-beta.5
0.3.0-beta.4
0.3.0-beta.3
0.3.0-beta.2
0.3.0-beta.1
0.3.0-alpha.1
0.3.0-alpha.0
ESLint plugin for Nuxt
github.com/nuxt/eslint
nuxt/eslint
@nuxt/eslint-plugin
/
dist
/
index.d.ts
14 lines
(11 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
*
as
eslint
from
'eslint'
;
declare
const
_default
: {
meta
: {
name
:
string
; };
rules
: {
'prefer-import-meta'
: eslint.
Rule
.
RuleModule
;
'nuxt-config-keys-order'
: eslint.
Rule
.
RuleModule
; }; };
export
{ _default
as
default
};