evelynhathaway / eslint-plugin-evelyn

🔮🧹 ESLint plugin for my projects with my preferred code style and bugfixes

Home Page:https://npmjs.com/package/eslint-plugin-evelyn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config: non-transpiled modules

evelynhathaway opened this issue · comments

Turn off comma-dangle, imports, etc. for files without a build step such as small projects or config files.

The current comma-dangle is supported in IE 9+, and the optional multiline functions is supported in Node v8.0.0. Imports are suggested by the IDE, not ESLint now