1.0.2 • Published 8 years ago
eslint-config-brewboy v1.0.2
eslint-config-brewboy
Usage
Add this as a dev dependency to your
package.jsonnpm install --save-dev eslint-config-brewboyAdd ableat to your eslint configuration file
.eslintrc{ "extends": [ "brewboy" ] }.eslintrc.ymlextends: - brewboy(OPTIONAL) If you're using an editor like Atom or VSCode, you can install this configuration globally
npm install -g eslint-config-brewboy