abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.01k stars 171 forks source link

what's eslint-config-onepass? #13

Closed zicjin closed 4 years ago

zicjin commented 4 years ago

I can't understand its role in this project. Is it possible to use a general solution?

abhijithvijayan commented 4 years ago

eslint-config-onepass is my custom set of rules for Eslint and Prettier.

If you don't wanna use my styles and rules, feel free to remove all the linting dev dependencies and set up the configuration all by yourself.

abhijithvijayan commented 4 years ago

You can view all rules and also the instructions to remove eslint-config-onepass and its devDependencies at https://github.com/onepassapp/eslint-config-onepass

abhijithvijayan commented 4 years ago

@zicjin Anyone using this starter could've overridden or even removed whole configuration and added their own custom rules which they are used to.

I didn't want to write all the configuration manually for this repo as I use the package in all other projects regularly.

If you think adding the user customizable(which still is now) to the single configuration, feel free to submit a PR and I will merge it.

Closing this issue for now.