UNPKG
stylelint-config-ali
Version:
beta (2.1.2-beta.0)
latest (3.0.0)
3.0.0
2.3.0
2.2.0
2.1.2
2.1.2-beta.0
2.1.1
2.1.0
2.0.0
1.1.0
1.0.0
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.1.1
0.0.0
stylelint shareable config for Alibaba F2E Guidelines
github.com/alibaba/f2e-spec
alibaba/f2e-spec
stylelint-config-ali
/
dist
/
less.d.ts
11 lines
(10 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
const
_default
: {
files
:
string
[];
customSyntax
:
string
;
plugins
:
string
[];
rules
: {
'at-rule-no-unknown'
:
null
;
'less/no-duplicate-variables'
:
boolean
; }; };
export
default
_default;