build
This commit is contained in:
parent
a597006f0d
commit
ebc62030f6
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
|
|
@ -30,6 +31,9 @@
|
|||
},
|
||||
"performance": {
|
||||
"noAccumulatingSpread": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"useSemanticElements": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue