I am new to ESLint, and I have successfully integrated ESLint with IntelliJ.
Out of the box, my integration of ESLint did not recognize node, but basic revi
node
Adding amd to env inside .eslintrc will enable you to use define() and require(), as per the amd spec:
amd
env
.eslintrc
define()
require()
{ "env": { "amd": true } }