mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
b97956e459
* feat(avatar): css in js * fix(avatar): fix codereview * fix(avatar): fix code review * chore(avator): fix code review format error * chore(avatar): fix format * chore(avatar): fix auto format * chore(avatar): fix review format avatar
10 lines
121 B
JavaScript
10 lines
121 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@vue/standard'
|
|
],
|
|
globals: {
|
|
describe: 'readonly',
|
|
it: 'readonly'
|
|
}
|
|
}
|