1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-18 05:10:50 +01:00
side_menu/.eslintrc.js
Simon Vieille 7127355812
init
2020-03-28 17:40:53 +01:00

5 lines
71 B
JavaScript

module.exports = {
rules: {
'no-console': 'off',
},
};