6 lines
90 B
JavaScript
Raw Normal View History

2019-11-11 14:28:21 +01:00
module.exports = {
"extends": "standard",
"plugins": [
"standard"
]
};