UNPKG
at-ui-style-ziuxlab
Version:
latest (1.5.2)
1.5.2
The StyleSheet for AT-UI
at-ui-style-ziuxlab
/
.eslintrc.js
9 lines
(8 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { root:
true
, extends:
'o2team'
,
// add your custom rules here
'rules'
: {
'prefer-spread'
:
'off'
} }