ELRIWebSystem/Learning/vue/webpack/scenarios/full-karma-airbnb.json

15 lines
265 B
JSON
Raw Permalink Normal View History

2023-12-17 03:07:17 +08:00
{
"noEscape": true,
"name": "test",
"description": "A Vue.js project",
"author": "CircleCI",
"build": "standalone",
"router": false,
"lint": true,
"lintConfig": "airbnb",
"unit": true,
"runner": "karma",
"e2e": true,
"autoInstall": false
}