naive-ui/test/.eslintrc.js

9 lines
120 B
JavaScript
Raw Normal View History

2019-06-04 11:30:56 +08:00
module.exports = {
extends: [
"@vue/standard"
],
globals: {
describe: 'readonly',
2019-06-28 13:50:15 +08:00
it: 'readonly'
2019-06-04 11:30:56 +08:00
}
}