12 lines
181 B
JavaScript
12 lines
181 B
JavaScript
module.exports = {
|
|
"extends": "airbnb-base",
|
|
"plugins": [
|
|
"import"
|
|
],
|
|
"globals": {
|
|
"window": true,
|
|
"document": true,
|
|
"Dom7": true
|
|
}
|
|
};
|