eslint-plugin-valkyriecoms/index.js

6 lines
87 B
JavaScript
Raw Normal View History

2024-10-02 03:48:26 -07:00
module.exports = {
2024-09-30 23:04:25 -07:00
configs: {
2024-10-02 03:48:26 -07:00
recommended: require('./configs/recommended'),
2024-09-30 23:04:25 -07:00
},
};