@XhmikosR suggested to make use of some of these eslint rules: https://github.com/mysticatea/eslint-plugin-node
Which work based on the engines field in package.json.
We are already using the eslint-plugin-es5, we should check if there is an overlap and if it makes sense, since node is not our only supported environment.
@XhmikosR suggested to make use of some of these eslint rules: https://github.com/mysticatea/eslint-plugin-node
Which work based on the engines field in
package.json.We are already using the
eslint-plugin-es5, we should check if there is an overlap and if it makes sense, since node is not our only supported environment.