At my company, we are trying to get our ESLint rules nailed down, and some of us have preferences that others do not share. What I'm wondering is if there's a way to have our company rules while still allowing individual developers to apply their own rules in their own local development environments, and then have the code they commit revert back to the company rules so that what's on the remote version control system uses the company rules.
I've tried Googling it, but all I've found are how-to's on how to create custom ESLint rules. This makes me believe it probably isn't possible, but I just wanted to shoot this out there in case anyone has come across a way to accomplish what I'm looking for.
EDIT We're using git hosted on GitHub. We each use different IDEs, such as PHPStorm, VS Code, vim, etc.