ESLint (Atma Plugin)
The Plugin extends:
-
atma-io
with a custom middleware to lint JavaScript to files on read
-
atma plugin install atma-io-middleware-eslint --save-dev
This adds
atma-loader-babel
npm dependency and thepackage.json
would look like:{ "devDependencies": { "atma-io-middleware-eslint" }, "atma": { "plugins": [ "atma-io-middleware-eslint" ], "settings": { "atma-io-middleware-eslint": { "eslint": {} // override eslint options } } } }
The MIT License