mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
e9e4552658
* refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * chore: fix lint * chore: add missing folder * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * chore: update scripts * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin * refactor: relocate theme-ui as plugin
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
{
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-console": [
|
|
2,
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"log"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|