Raúl Parralejo

Results 2 comments of Raúl Parralejo

Although you can manually define the language of a file in any modern IDE, this proposal does not hurt. Notwithstanding I would keep the support for plain `.febuild` files for...

Actually, ESLint can be disabled by removing it from the array `general.modules`, but it's not very intuitive. ```javascript module.exports = { general: { modules: ['babel'] } };```