UNPKG
eslint-config-bananass
Version:
latest (0.8.0)
next (0.1.0-canary.6)
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.1.0-canary.6
0.1.0-canary.5
0.1.0-canary.4
0.1.0-canary.3
0.1.0-canary.2
0.1.0-canary.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
ESLint Config for Bananass Framework.🍌
bananass.lumir.page
eslint-config-bananass
/
build
/
configs
/
json5.d.ts
13 lines
(12 loc)
•
322 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare const _default: { name: string; files:
"**/*.json5"
[]; language: string; plugins: { json:
import
(
"eslint"
).ESLint.Plugin; }; rules: {
[key: string]
:
import
(
"@eslint/core"
, { with: { "resolution-mode":
"require"
} })
.RuleConfig
<unknown
[]
>; }; }; export default _default;