eslint-config-meetnow
v1.0.1
Published
MeetNow's ESLint config, following our styleguide
Maintainers
Readme
eslint-config-meetnow
This package provides MeetNow's .eslintrc as an extensible shared config.
Most parts of this package are inspired by Airbnb's configuration.
Usage
- Install the correct versions of each package, which are listed by the command:
npm info "eslint-config-meetnow@latest" peerDependenciesThis can be done manually or by using install-peerdeps.
npm install -g install-peerdeps
install-peerdeps --dev eslint-config-meetnow- Add
"extends": "meetnow"to your .eslintrc
