tools/.eslintrc.js

3 lines
45 B
JavaScript
Raw Normal View History

module.exports = {
"extends": "airbnb"
};