NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/fmin/.eslintrc.json
2023-09-14 14:47:11 +08:00

13 lines
206 B
JSON

{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2, "no-undef": 1
}
}