$ npm install$ npm run build:localThe above command builds this plugin under local directory.
And the built module is referenced from this project's tsconfig.json.
So, whenever you edit the source code of this project, this plugin itself tell you ESLint errors on your editor.
If you want to update modules in local dir, exec npm run build:local .
$ npm run test$ npm run lint$ npm run build
$ ./e2e/setup.sh
$ npm run e2e