atma-io-middleware-eslint
v1.1.20
Published
ESLint Middleware for Atma.IO
Readme
ESLint (Atma Plugin)
The Plugin extends:
atma-iowith a custom middleware to lint JavaScript to files on read
How to use
Embed into the Project
atma plugin install atma-io-middleware-eslint --save-devThis adds
atma-loader-babelnpm dependency and thepackage.jsonwould 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
