Contributions are welcome! See something that could be improved, feel free to create a pull request 👍
-
Working with Plugins - ESLint docs section about plugins
-
AST Explore - Tool to visualize ASTs. Can create and test ESLint rules in the browser
-
Yeoman generator-eslint - Yeoman template for ESLint rules. Was used to bootstrap this repository
Fork and clone the repo
git clone https://github.com/{username}/eslint-plugin-module-resolver
cd eslint-plugin-module-resolver
yarnRun tests:
yarn testCollect code coverage after test run:
yarn test:coverageRun tests on file save:
yarn test:watchTranspile lib to dist folder:
yarn buildRebuild on changes in lib:
yarn build:watchIn eslint-plugin-module-resolver repository run:
yarn linkthen in the project using the package run:
yarn link "eslint-plugin-module-resolver"- Fork the repo
- Branch off master
- Make sure all tests pass and create new ones if needed
- Reference any open issues that relate to the PR in the description