1.1.20 • Published 7 years ago

atma-io-middleware-eslint v1.1.20

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ESLint (Atma Plugin)

The Plugin extends:

  • atma-io with 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-dev

    	This 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