atma-io-middleware-eslint

1.1.20 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i atma-io-middleware-eslint

Weekly Downloads

0

Version

1.1.20

License

MIT

Last publish

Collaborators

  • tenbits