antv-l7/node_modules/html-element-map/.eslintrc

11 lines
121 B
Plaintext
Raw Normal View History

2019-11-21 12:04:58 +08:00
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
},
"rules": {
"array-bracket-newline": 0,
},
}