NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/fmin/.eslintrc.json

13 lines
206 B
JSON
Raw Normal View History

2023-09-14 14:47:11 +08:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2, "no-undef": 1
}
}