6 lines
90 B
JavaScript

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