1.1.20 • Published 8 years ago
atma-io-middleware-eslint v1.1.20
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-babel` npm dependency and the `package.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
1.1.20
8 years ago