UNPKG

eslint-config-cobinhood

Version:
24 lines (17 loc) 334 B
# eslint-config-cobinhood eslint config ## Usage ```sh yarn add --dev https://github.com/cobinhood/eslint-config-cobinhood.git ``` Then, extend `eslint-config-cobinhood` in your `.eslintrc`: ```json // for webapp { "extends": "eslint-config-cobinhood/browser" } // for node { "extends": "eslint-config-cobinhood/node" } ```