naive-ui/test/.eslintrc.js
HaiboTang b97956e459 feat(avatar): css in js (#169)
* 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
2020-07-28 15:07:15 +08:00

10 lines
121 B
JavaScript

module.exports = {
extends: [
'@vue/standard'
],
globals: {
describe: 'readonly',
it: 'readonly'
}
}