NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/d3-composite-projections/.eslintrc

13 lines
191 B
Plaintext
Raw Normal View History

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