PC/node_modules/dom7/.eslintrc.js
2026-01-26 23:20:48 +08:00

12 lines
181 B
JavaScript

module.exports = {
"extends": "airbnb-base",
"plugins": [
"import"
],
"globals": {
"window": true,
"document": true,
"Dom7": true
}
};