travel/admin/node_modules/raphael/.eslintrc.js

6 lines
90 B
JavaScript

module.exports = {
"extends": "standard",
"plugins": [
"standard"
]
};