eslint file has many options, but if I want to support all the features supported in node 10.x LTS for instance, how can I do that?
Asked
Active
Viewed 30 times
0
-
I use [standard](https://standardjs.com/) it enforces it's own rules which means there's no configuration. So far I have not seen it act weird with Node 10 – SanSolo Dec 28 '18 at 13:12
-
This may be helpful: https://stackoverflow.com/questions/51626292/specify-node-version-for-eslint – Francesco Pezzella Dec 28 '18 at 13:13